Struct winapi::sapi::SPRECOCONTEXTSTATUS
[−]
[src]
pub struct SPRECOCONTEXTSTATUS {
pub eInterference: SPINTERFERENCE,
pub szRequestTypeOfUI: [WCHAR; 255],
pub dwReserved1: DWORD,
pub dwReserved2: DWORD,
}Fields
eInterference | |
szRequestTypeOfUI | |
dwReserved1 | |
dwReserved2 |
Trait Implementations
impl Copy for SPRECOCONTEXTSTATUS[src]
impl Clone for SPRECOCONTEXTSTATUS[src]
fn clone(&self) -> SPRECOCONTEXTSTATUS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more