#[repr(C)]pub struct SP_REGISTER_CONTROL_STATUSW {
pub cbSize: DWORD,
pub FileName: PCWSTR,
pub Win32Error: DWORD,
pub FailureCode: DWORD,
}Fields§
§cbSize: DWORD§FileName: PCWSTR§Win32Error: DWORD§FailureCode: DWORDTrait Implementations§
Source§impl Clone for SP_REGISTER_CONTROL_STATUSW
impl Clone for SP_REGISTER_CONTROL_STATUSW
Source§fn clone(&self) -> SP_REGISTER_CONTROL_STATUSW
fn clone(&self) -> SP_REGISTER_CONTROL_STATUSW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SP_REGISTER_CONTROL_STATUSW
impl Default for SP_REGISTER_CONTROL_STATUSW
Source§fn default() -> SP_REGISTER_CONTROL_STATUSW
fn default() -> SP_REGISTER_CONTROL_STATUSW
Returns the “default value” for a type. Read more
impl Copy for SP_REGISTER_CONTROL_STATUSW
Auto Trait Implementations§
impl Freeze for SP_REGISTER_CONTROL_STATUSW
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