#[repr(C)]
pub struct DEVMODEW {
Show 27 fields pub dmDeviceName: [u16; 32], pub dmSpecVersion: u16, pub dmDriverVersion: u16, pub dmSize: u16, pub dmDriverExtra: u16, pub dmFields: u32, pub Anonymous1: DEVMODEW_0, pub dmColor: i16, pub dmDuplex: i16, pub dmYResolution: i16, pub dmTTOption: i16, pub dmCollate: i16, pub dmFormName: [u16; 32], pub dmLogPixels: u16, pub dmBitsPerPel: u32, pub dmPelsWidth: u32, pub dmPelsHeight: u32, pub Anonymous2: DEVMODEW_1, pub dmDisplayFrequency: u32, pub dmICMMethod: u32, pub dmICMIntent: u32, pub dmMediaType: u32, pub dmDitherType: u32, pub dmReserved1: u32, pub dmReserved2: u32, pub dmPanningWidth: u32, pub dmPanningHeight: u32,
}
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"

Fields

dmDeviceName: [u16; 32]dmSpecVersion: u16dmDriverVersion: u16dmSize: u16dmDriverExtra: u16dmFields: u32Anonymous1: DEVMODEW_0dmColor: i16dmDuplex: i16dmYResolution: i16dmTTOption: i16dmCollate: i16dmFormName: [u16; 32]dmLogPixels: u16dmBitsPerPel: u32dmPelsWidth: u32dmPelsHeight: u32Anonymous2: DEVMODEW_1dmDisplayFrequency: u32dmICMMethod: u32dmICMIntent: u32dmMediaType: u32dmDitherType: u32dmReserved1: u32dmReserved2: u32dmPanningWidth: u32dmPanningHeight: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.