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