Struct winapi::wincon::FOCUS_EVENT_RECORD
[−]
[src]
pub struct FOCUS_EVENT_RECORD { pub bSetFocus: BOOL, }
Fields
bSetFocus |
Trait Implementations
impl Copy for FOCUS_EVENT_RECORD
[src]
impl Clone for FOCUS_EVENT_RECORD
[src]
fn clone(&self) -> FOCUS_EVENT_RECORD
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