#[repr(C)]pub struct SP_REGISTER_CONTROL_STATUSW {
pub cbSize: u32,
pub FileName: PCWSTR,
pub Win32Error: u32,
pub FailureCode: u32,
}Fields§
§cbSize: u32§FileName: PCWSTR§Win32Error: u32§FailureCode: 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more