#[repr(C)]
pub struct ENUMTYPEA {
Show 20 fields pub dwSize: u32, pub dwVersion: u32, pub dwFields: u32, pub pDeviceName: PCSTR, pub dwMediaType: u32, pub dwDitheringMode: u32, pub dwResolution: [u32; 2], pub dwCMMType: u32, pub dwClass: u32, pub dwDataColorSpace: u32, pub dwConnectionSpace: u32, pub dwSignature: u32, pub dwPlatform: u32, pub dwProfileFlags: u32, pub dwManufacturer: u32, pub dwModel: u32, pub dwAttributes: [u32; 2], pub dwRenderingIntent: u32, pub dwCreator: u32, pub dwDeviceClass: u32,
}
Expand description

Required features: "Win32_UI_ColorSystem"

Fields

dwSize: u32dwVersion: u32dwFields: u32pDeviceName: PCSTRdwMediaType: u32dwDitheringMode: u32dwResolution: [u32; 2]dwCMMType: u32dwClass: u32dwDataColorSpace: u32dwConnectionSpace: u32dwSignature: u32dwPlatform: u32dwProfileFlags: u32dwManufacturer: u32dwModel: u32dwAttributes: [u32; 2]dwRenderingIntent: u32dwCreator: u32dwDeviceClass: 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.