[][src]Struct winapi::um::wingdi::ENHMETAHEADER

#[repr(C)]
pub struct ENHMETAHEADER { pub iType: DWORD, pub nSize: DWORD, pub rclBounds: RECTL, pub rclFrame: RECTL, pub dSignature: DWORD, pub nVersion: DWORD, pub nBytes: DWORD, pub nRecords: DWORD, pub nHandles: WORD, pub sReserved: WORD, pub nDescription: DWORD, pub offDescription: DWORD, pub nPalEntries: DWORD, pub szlDevice: SIZEL, pub szlMillimeters: SIZEL, pub cbPixelFormat: DWORD, pub offPixelFormat: DWORD, pub bOpenGL: DWORD, pub szlMicrometers: SIZEL, }

Fields

iType: DWORDnSize: DWORDrclBounds: RECTLrclFrame: RECTLdSignature: DWORDnVersion: DWORDnBytes: DWORDnRecords: DWORDnHandles: WORDsReserved: WORDnDescription: DWORDoffDescription: DWORDnPalEntries: DWORDszlDevice: SIZELszlMillimeters: SIZELcbPixelFormat: DWORDoffPixelFormat: DWORDbOpenGL: DWORDszlMicrometers: SIZEL

Trait Implementations

impl Copy for ENHMETAHEADER[src]

impl Clone for ENHMETAHEADER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ENHMETAHEADER[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]