#[repr(C)]pub struct SP_REGISTER_CONTROL_STATUSW {
pub cbSize: u32,
pub FileName: PCWSTR,
pub Win32Error: u32,
pub FailureCode: u32,
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
cbSize: u32FileName: PCWSTRWin32Error: u32FailureCode: u32Trait Implementations
impl Clone for SP_REGISTER_CONTROL_STATUSW
impl Clone for SP_REGISTER_CONTROL_STATUSW
impl Copy for SP_REGISTER_CONTROL_STATUSW
Auto Trait Implementations
impl RefUnwindSafe for SP_REGISTER_CONTROL_STATUSW
impl !Send for SP_REGISTER_CONTROL_STATUSW
impl !Sync for SP_REGISTER_CONTROL_STATUSW
impl Unpin for SP_REGISTER_CONTROL_STATUSW
impl UnwindSafe for SP_REGISTER_CONTROL_STATUSW
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