#[repr(C)]pub struct SP_ORIGINAL_FILE_INFO_A {
pub cbSize: u32,
pub OriginalInfName: [CHAR; 260],
pub OriginalCatalogName: [CHAR; 260],
}
Expand description
Required features: ‘Win32_Devices_DeviceAndDriverInstallation’, ‘Win32_Foundation’
Fields
cbSize: u32
OriginalInfName: [CHAR; 260]
OriginalCatalogName: [CHAR; 260]
Trait Implementations
impl Clone for SP_ORIGINAL_FILE_INFO_A
impl Clone for SP_ORIGINAL_FILE_INFO_A
impl Copy for SP_ORIGINAL_FILE_INFO_A
Auto Trait Implementations
impl RefUnwindSafe for SP_ORIGINAL_FILE_INFO_A
impl Send for SP_ORIGINAL_FILE_INFO_A
impl Sync for SP_ORIGINAL_FILE_INFO_A
impl Unpin for SP_ORIGINAL_FILE_INFO_A
impl UnwindSafe for SP_ORIGINAL_FILE_INFO_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more