#[repr(C)]
pub struct DDMONITORINFO { pub Manufacturer: u16, pub Product: u16, pub SerialNumber: u32, pub DeviceIdentifier: GUID, pub Mode640x480: i32, pub Mode800x600: i32, pub Mode1024x768: i32, pub Mode1280x1024: i32, pub Mode1600x1200: i32, pub ModeReserved1: i32, pub ModeReserved2: i32, pub ModeReserved3: i32, }
Expand description

Required features: ‘Win32_Graphics_DirectDraw’

Fields

Manufacturer: u16Product: u16SerialNumber: u32DeviceIdentifier: GUIDMode640x480: i32Mode800x600: i32Mode1024x768: i32Mode1280x1024: i32Mode1600x1200: i32ModeReserved1: i32ModeReserved2: i32ModeReserved3: i32

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.