pub type FDBBGFilePointer = bgfilepointer;Aliased Type§
#[repr(C, packed(4))]pub struct FDBBGFilePointer {
pub filename_ptr: *const u8,
pub filename_length: i32,
pub file_offset: i64,
pub file_length: i64,
pub full_file_length: i64,
pub file_version: i64,
pub encryption_ctx: bgencryptionctx,
}Fields§
§filename_ptr: *const u8§filename_length: i32§file_offset: i64§file_length: i64§full_file_length: i64§file_version: i64§encryption_ctx: bgencryptionctx