#[repr(C)]
pub struct UNIDRVINFO {
Show 13 fields pub dwSize: u32, pub flGenFlags: u32, pub wType: u16, pub fCaps: u16, pub wXRes: u16, pub wYRes: u16, pub sYAdjust: i16, pub sYMoved: i16, pub wPrivateData: u16, pub sShift: i16, pub SelectFont: INVOC, pub UnSelectFont: INVOC, pub wReserved: [u16; 4],
}
Expand description

Required features: "Win32_Graphics_Printing"

Fields

dwSize: u32flGenFlags: u32wType: u16fCaps: u16wXRes: u16wYRes: u16sYAdjust: i16sYMoved: i16wPrivateData: u16sShift: i16SelectFont: INVOCUnSelectFont: INVOCwReserved: [u16; 4]

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.