[][src]Struct CCODE::_devicemodeW

#[repr(C)]pub struct _devicemodeW {
    pub dmDeviceName: [WCHAR; 32],
    pub dmSpecVersion: WORD,
    pub dmDriverVersion: WORD,
    pub dmSize: WORD,
    pub dmDriverExtra: WORD,
    pub dmFields: DWORD,
    pub __bindgen_anon_1: _devicemodeW__bindgen_ty_1,
    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 __bindgen_anon_2: _devicemodeW__bindgen_ty_2,
    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: DWORD__bindgen_anon_1: _devicemodeW__bindgen_ty_1dmColor: c_shortdmDuplex: c_shortdmYResolution: c_shortdmTTOption: c_shortdmCollate: c_shortdmFormName: [WCHAR; 32]dmLogPixels: WORDdmBitsPerPel: DWORDdmPelsWidth: DWORDdmPelsHeight: DWORD__bindgen_anon_2: _devicemodeW__bindgen_ty_2dmDisplayFrequency: DWORDdmICMMethod: DWORDdmICMIntent: DWORDdmMediaType: DWORDdmDitherType: DWORDdmReserved1: DWORDdmReserved2: DWORDdmPanningWidth: DWORDdmPanningHeight: DWORD

Trait Implementations

impl Clone for _devicemodeW[src]

impl Copy for _devicemodeW[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> 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.