#[repr(C, packed(1))]
pub struct WDD { pub wDispPos: u16, pub Anonymous1: WDD_0, pub cchDisp: u16, pub Anonymous2: WDD_1, pub WDD_nReserve1: u32, pub nPos: u16, pub _bitfield: u16, pub pReserved: *mut c_void, }
Expand description

Required features: "Win32_UI_Input_Ime"

Fields

wDispPos: u16Anonymous1: WDD_0cchDisp: u16Anonymous2: WDD_1WDD_nReserve1: u32nPos: u16_bitfield: u16pReserved: *mut c_void

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.