Union windows_sys::Win32::Graphics::Printing::EXTPUSH_0
#[repr(C)]
pub union EXTPUSH_0 {
pub DlgProc: DLGPROC,
pub pfnCallBack: FARPROC,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_UI_WindowsAndMessaging"
Fields§
§DlgProc: DLGPROC
§pfnCallBack: FARPROC
Trait Implementations§
Auto Trait Implementations§
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