Struct windows_sys::Win32::Storage::Cabinets::FDICABINETINFO
[−]#[repr(C)]pub struct FDICABINETINFO {
pub cbCabinet: i32,
pub cFolders: u16,
pub cFiles: u16,
pub setID: u16,
pub iCabinet: u16,
pub fReserve: BOOL,
pub hasprev: BOOL,
pub hasnext: BOOL,
}
Expand description
Required features: "Win32_Storage_Cabinets"
, "Win32_Foundation"
Fields
cbCabinet: i32
cFolders: u16
cFiles: u16
setID: u16
iCabinet: u16
fReserve: BOOL
hasprev: BOOL
hasnext: BOOL
Trait Implementations
impl Clone for FDICABINETINFO
impl Clone for FDICABINETINFO
impl Copy for FDICABINETINFO
Auto Trait Implementations
impl RefUnwindSafe for FDICABINETINFO
impl Send for FDICABINETINFO
impl Sync for FDICABINETINFO
impl Unpin for FDICABINETINFO
impl UnwindSafe for FDICABINETINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more