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: u32fdwFlags: u32pfnNotifyCallback: ROUTER_NOTIFY_CALLBACKpContext: *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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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