Struct winapi::hidpi::USAGE_AND_PAGE
[−]
[src]
pub struct USAGE_AND_PAGE {
pub Usage: USAGE,
pub UsagePage: USAGE,
}Fields
Usage | |
UsagePage |
Trait Implementations
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