Struct winapi::wincon::FOCUS_EVENT_RECORD [] [src]

pub struct FOCUS_EVENT_RECORD {
    pub bSetFocus: BOOL,
}

Fields

bSetFocus: BOOL

Trait Implementations

impl Debug for FOCUS_EVENT_RECORD
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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