Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields
pExtChkBox: *mut EXTCHKBOX
pExtPush: *mut EXTPUSH
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OPTITEM_1
impl !Send for OPTITEM_1
impl !Sync for OPTITEM_1
impl Unpin for OPTITEM_1
impl UnwindSafe for OPTITEM_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more