#[repr(C)]pub struct CCAB {
pub cb: u32,
pub cbFolderThresh: u32,
pub cbReserveCFHeader: u32,
pub cbReserveCFFolder: u32,
pub cbReserveCFData: u32,
pub iCab: i32,
pub iDisk: i32,
pub fFailOnIncompressible: i32,
pub setID: u16,
pub szDisk: [i8; 256],
pub szCab: [i8; 256],
pub szCabPath: [i8; 256],
}
Fields§
§cb: u32
§cbFolderThresh: u32
§cbReserveCFHeader: u32
§cbReserveCFFolder: u32
§cbReserveCFData: u32
§iCab: i32
§iDisk: i32
§fFailOnIncompressible: i32
§setID: u16
§szDisk: [i8; 256]
§szCab: [i8; 256]
§szCabPath: [i8; 256]
Trait Implementations§
impl Copy for CCAB
impl Eq for CCAB
impl StructuralPartialEq for CCAB
Auto Trait Implementations§
impl Freeze for CCAB
impl RefUnwindSafe for CCAB
impl Send for CCAB
impl Sync for CCAB
impl Unpin for CCAB
impl UnwindSafe for CCAB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)