Union EXTPUSH_0
#[repr(C)]
pub union EXTPUSH_0 {
pub DlgProc: DLGPROC,
pub pfnCallBack: FARPROC,
}
Fields§
§DlgProc: DLGPROC
§pfnCallBack: FARPROC
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EXTPUSH_0
impl RefUnwindSafe for EXTPUSH_0
impl Send for EXTPUSH_0
impl Sync for EXTPUSH_0
impl Unpin for EXTPUSH_0
impl UnwindSafe for EXTPUSH_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