#[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: u16Level: u8DlgPageIdx: u8Flags: u32UserData: usizepName: *mut i8Anonymous1: OPTITEM_0Anonymous2: OPTITEM_1pOptType: *mut OPTTYPEHelpIndex: u32DMPubID: u8UserItemID: u8wReserved: u16pOIExt: *mut OIEXTdwReserved: [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.