Struct windows_sys::Win32::Graphics::Printing::NOTIFICATION_CONFIG_1
#[repr(C)]pub struct NOTIFICATION_CONFIG_1 {
pub cbSize: u32,
pub fdwFlags: u32,
pub pfnNotifyCallback: ROUTER_NOTIFY_CALLBACK,
pub pContext: *mut c_void,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§fdwFlags: u32§pfnNotifyCallback: ROUTER_NOTIFY_CALLBACK§pContext: *mut c_voidTrait Implementations§
§impl Clone for NOTIFICATION_CONFIG_1
impl Clone for NOTIFICATION_CONFIG_1
impl Copy for NOTIFICATION_CONFIG_1
Auto Trait Implementations§
impl RefUnwindSafe for NOTIFICATION_CONFIG_1
impl !Send for NOTIFICATION_CONFIG_1
impl !Sync for NOTIFICATION_CONFIG_1
impl Unpin for NOTIFICATION_CONFIG_1
impl UnwindSafe for NOTIFICATION_CONFIG_1
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