#[repr(C)]pub struct SP_ORIGINAL_FILE_INFO_W {
pub cbSize: u32,
pub OriginalInfName: [u16; 260],
pub OriginalCatalogName: [u16; 260],
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
cbSize: u32
OriginalInfName: [u16; 260]
OriginalCatalogName: [u16; 260]
Trait Implementations
impl Clone for SP_ORIGINAL_FILE_INFO_W
impl Clone for SP_ORIGINAL_FILE_INFO_W
impl Copy for SP_ORIGINAL_FILE_INFO_W
Auto Trait Implementations
impl RefUnwindSafe for SP_ORIGINAL_FILE_INFO_W
impl Send for SP_ORIGINAL_FILE_INFO_W
impl Sync for SP_ORIGINAL_FILE_INFO_W
impl Unpin for SP_ORIGINAL_FILE_INFO_W
impl UnwindSafe for SP_ORIGINAL_FILE_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