#[repr(C)]pub struct CSzArEx {Show 14 fields
pub db: CSzAr,
pub startPosAfterHeader: UInt64,
pub dataPos: UInt64,
pub NumFiles: UInt32,
pub UnpackPositions: *mut UInt64,
pub IsDirs: *mut Byte,
pub CRCs: CSzBitUi32s,
pub Attribs: CSzBitUi32s,
pub MTime: CSzBitUi64s,
pub CTime: CSzBitUi64s,
pub FolderToFile: *mut UInt32,
pub FileToFolder: *mut UInt32,
pub FileNameOffsets: *mut usize,
pub FileNames: *mut Byte,
}Fields§
§db: CSzAr§startPosAfterHeader: UInt64§dataPos: UInt64§NumFiles: UInt32§UnpackPositions: *mut UInt64§IsDirs: *mut Byte§CRCs: CSzBitUi32s§Attribs: CSzBitUi32s§MTime: CSzBitUi64s§CTime: CSzBitUi64s§FolderToFile: *mut UInt32§FileToFolder: *mut UInt32§FileNameOffsets: *mut usize§FileNames: *mut ByteTrait Implementations§
Auto Trait Implementations§
impl Freeze for CSzArEx
impl RefUnwindSafe for CSzArEx
impl !Send for CSzArEx
impl !Sync for CSzArEx
impl Unpin for CSzArEx
impl UnwindSafe for CSzArEx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more