#[repr(C)]pub struct CSzAr {
pub NumPackStreams: UInt32,
pub NumFolders: UInt32,
pub PackPositions: *mut UInt64,
pub FolderCRCs: CSzBitUi32s,
pub FoCodersOffsets: *mut usize,
pub FoStartPackStreamIndex: *mut UInt32,
pub FoToCoderUnpackSizes: *mut UInt32,
pub FoToMainUnpackSizeIndex: *mut Byte,
pub CoderUnpackSizes: *mut UInt64,
pub CodersData: *mut Byte,
pub RangeLimit: UInt64,
}Fields§
§NumPackStreams: UInt32§NumFolders: UInt32§PackPositions: *mut UInt64§FolderCRCs: CSzBitUi32s§FoCodersOffsets: *mut usize§FoStartPackStreamIndex: *mut UInt32§FoToCoderUnpackSizes: *mut UInt32§FoToMainUnpackSizeIndex: *mut Byte§CoderUnpackSizes: *mut UInt64§CodersData: *mut Byte§RangeLimit: UInt64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSzAr
impl RefUnwindSafe for CSzAr
impl !Send for CSzAr
impl !Sync for CSzAr
impl Unpin for CSzAr
impl UnwindSafe for CSzAr
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