#[repr(C)]pub struct FILE_IN_CABINET_INFO_A {
pub NameInCabinet: PCSTR,
pub FileSize: u32,
pub Win32Error: u32,
pub DosDate: u16,
pub DosTime: u16,
pub DosAttribs: u16,
pub FullTargetName: [CHAR; 260],
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
Fields
NameInCabinet: PCSTR
FileSize: u32
Win32Error: u32
DosDate: u16
DosTime: u16
DosAttribs: u16
FullTargetName: [CHAR; 260]
Trait Implementations
impl Clone for FILE_IN_CABINET_INFO_A
impl Clone for FILE_IN_CABINET_INFO_A
impl Copy for FILE_IN_CABINET_INFO_A
Auto Trait Implementations
impl RefUnwindSafe for FILE_IN_CABINET_INFO_A
impl !Send for FILE_IN_CABINET_INFO_A
impl !Sync for FILE_IN_CABINET_INFO_A
impl Unpin for FILE_IN_CABINET_INFO_A
impl UnwindSafe for FILE_IN_CABINET_INFO_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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