#[repr(C)]pub struct CABINET_INFO_A {
pub CabinetPath: PCSTR,
pub CabinetFile: PCSTR,
pub DiskName: PCSTR,
pub SetId: u16,
pub CabinetNumber: u16,
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
CabinetPath: PCSTRCabinetFile: PCSTRDiskName: PCSTRSetId: u16CabinetNumber: u16Trait Implementations
impl Clone for CABINET_INFO_A
impl Clone for CABINET_INFO_A
impl Copy for CABINET_INFO_A
Auto Trait Implementations
impl RefUnwindSafe for CABINET_INFO_A
impl !Send for CABINET_INFO_A
impl !Sync for CABINET_INFO_A
impl Unpin for CABINET_INFO_A
impl UnwindSafe for 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