#[repr(C)]pub struct SPRECOCONTEXTSTATUS {
pub eInterference: SPINTERFERENCE,
pub szRequestTypeOfUI: [WCHAR; 255],
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
}
Fields§
§eInterference: SPINTERFERENCE
§szRequestTypeOfUI: [WCHAR; 255]
§dwReserved1: DWORD
§dwReserved2: DWORD
Trait Implementations§
Source§impl Clone for SPRECOCONTEXTSTATUS
impl Clone for SPRECOCONTEXTSTATUS
Source§fn clone(&self) -> SPRECOCONTEXTSTATUS
fn clone(&self) -> SPRECOCONTEXTSTATUS
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 SPRECOCONTEXTSTATUS
impl Default for SPRECOCONTEXTSTATUS
Source§fn default() -> SPRECOCONTEXTSTATUS
fn default() -> SPRECOCONTEXTSTATUS
Returns the “default value” for a type. Read more
impl Copy for SPRECOCONTEXTSTATUS
Auto Trait Implementations§
impl Freeze for SPRECOCONTEXTSTATUS
impl RefUnwindSafe for SPRECOCONTEXTSTATUS
impl Send for SPRECOCONTEXTSTATUS
impl Sync for SPRECOCONTEXTSTATUS
impl Unpin for SPRECOCONTEXTSTATUS
impl UnwindSafe for SPRECOCONTEXTSTATUS
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