Struct windows_sys::Win32::Graphics::Printing::OPTITEM
#[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],
}
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§
Auto Trait Implementations§
impl Freeze for OPTITEM
impl RefUnwindSafe for OPTITEM
impl !Send for OPTITEM
impl !Sync for OPTITEM
impl Unpin for OPTITEM
impl UnwindSafe for OPTITEM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)