Struct winapi::hidpi::USAGE_AND_PAGE [] [src]

pub struct USAGE_AND_PAGE {
    pub Usage: USAGE,
    pub UsagePage: USAGE,
}

Fields

Usage: USAGE UsagePage: USAGE

Trait Implementations

impl Debug for USAGE_AND_PAGE
[src]

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

Formats the value using the given formatter.

impl Copy for USAGE_AND_PAGE
[src]

impl Clone for USAGE_AND_PAGE
[src]

fn clone(&self) -> USAGE_AND_PAGE

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