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

#[repr(C)]
pub struct DEVMODEW {
    pub dmDeviceName: [WCHAR; 32],
    pub dmSpecVersion: WORD,
    pub dmDriverVersion: WORD,
    pub dmSize: WORD,
    pub dmDriverExtra: WORD,
    pub dmFields: DWORD,
    pub u1: DEVMODE_u1,
    pub dmColor: c_short,
    pub dmDuplex: c_short,
    pub dmYResolution: c_short,
    pub dmTTOption: c_short,
    pub dmCollate: c_short,
    pub dmFormName: [WCHAR; 32],
    pub dmLogPixels: WORD,
    pub dmBitsPerPel: DWORD,
    pub dmPelsWidth: DWORD,
    pub dmPelsHeight: DWORD,
    pub u2: DEVMODE_u2,
    pub dmDisplayFrequency: DWORD,
    pub dmICMMethod: DWORD,
    pub dmICMIntent: DWORD,
    pub dmMediaType: DWORD,
    pub dmDitherType: DWORD,
    pub dmReserved1: DWORD,
    pub dmReserved2: DWORD,
    pub dmPanningWidth: DWORD,
    pub dmPanningHeight: DWORD,
}

Fields

dmDeviceName: [WCHAR; 32]dmSpecVersion: WORDdmDriverVersion: WORDdmSize: WORDdmDriverExtra: WORDdmFields: DWORDu1: DEVMODE_u1dmColor: c_shortdmDuplex: c_shortdmYResolution: c_shortdmTTOption: c_shortdmCollate: c_shortdmFormName: [WCHAR; 32]dmLogPixels: WORDdmBitsPerPel: DWORDdmPelsWidth: DWORDdmPelsHeight: DWORDu2: DEVMODE_u2dmDisplayFrequency: DWORDdmICMMethod: DWORDdmICMIntent: DWORDdmMediaType: DWORDdmDitherType: DWORDdmReserved1: DWORDdmReserved2: DWORDdmPanningWidth: DWORDdmPanningHeight: DWORD

Trait Implementations

impl Copy for DEVMODEW[src]

impl Clone for DEVMODEW[src]

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

Performs copy-assignment from source. Read more

impl Default for DEVMODEW[src]

Auto Trait Implementations

impl Unpin for DEVMODEW

impl Send for DEVMODEW

impl Sync for DEVMODEW

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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