#[repr(C)]
pub struct OPTITEM {
Show 15 fields pub cbSize: u16, pub Level: u8, pub DlgPageIdx: u8, pub Flags: u32, pub UserData: usize, pub pName: *mut i8, pub Anonymous1: OPTITEM_0, pub Anonymous2: OPTITEM_1, pub pOptType: *mut OPTTYPE, pub HelpIndex: u32, pub DMPubID: u8, pub UserItemID: u8, pub wReserved: u16, pub pOIExt: *mut OIEXT, pub dwReserved: [usize; 3],
}
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"

Fields§

§cbSize: u16§Level: u8§DlgPageIdx: u8§Flags: u32§UserData: usize§pName: *mut i8§Anonymous1: OPTITEM_0§Anonymous2: OPTITEM_1§pOptType: *mut OPTTYPE§HelpIndex: u32§DMPubID: u8§UserItemID: u8§wReserved: u16§pOIExt: *mut OIEXT§dwReserved: [usize; 3]

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.