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_Graphics_Printing"
, "Win32_Foundation"
Fields
cbSize: u32
fdwFlags: u32
pfnNotifyCallback: ROUTER_NOTIFY_CALLBACK
pContext: *mut c_void
Trait 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
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