Struct winapi::wingdi::FONTSIGNATURE [] [src]

pub struct FONTSIGNATURE {
    pub fsUsb: [DWORD; 4],
    pub fsCsb: [DWORD; 2],
}

Fields

fsUsb: [DWORD; 4] fsCsb: [DWORD; 2]

Trait Implementations

impl Debug for FONTSIGNATURE
[src]

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

Formats the value using the given formatter.

impl Copy for FONTSIGNATURE
[src]

impl Clone for FONTSIGNATURE
[src]

fn clone(&self) -> FONTSIGNATURE

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