Struct winapi::sapi::SPRECOCONTEXTSTATUS [] [src]

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

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