Union windows_sys::Win32::Graphics::Printing::OPTITEM_0
#[repr(C)]
pub union OPTITEM_0 {
pub Sel: i32,
pub pSel: *mut i8,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields§
§Sel: i32
§pSel: *mut i8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OPTITEM_0
impl !Send for OPTITEM_0
impl !Sync for OPTITEM_0
impl Unpin for OPTITEM_0
impl UnwindSafe for OPTITEM_0
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