#[repr(C)]
pub struct ENHMETAHEADER {
Show 19 fields pub iType: u32, pub nSize: u32, pub rclBounds: RECTL, pub rclFrame: RECTL, pub dSignature: u32, pub nVersion: u32, pub nBytes: u32, pub nRecords: u32, pub nHandles: u16, pub sReserved: u16, pub nDescription: u32, pub offDescription: u32, pub nPalEntries: u32, pub szlDevice: SIZE, pub szlMillimeters: SIZE, pub cbPixelFormat: u32, pub offPixelFormat: u32, pub bOpenGL: u32, pub szlMicrometers: SIZE,
}
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"

Fields

iType: u32nSize: u32rclBounds: RECTLrclFrame: RECTLdSignature: u32nVersion: u32nBytes: u32nRecords: u32nHandles: u16sReserved: u16nDescription: u32offDescription: u32nPalEntries: u32szlDevice: SIZEszlMillimeters: SIZEcbPixelFormat: u32offPixelFormat: u32bOpenGL: u32szlMicrometers: SIZE

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.