Struct windows_sys::Win32::System::AddressBook::NOTIFICATION
[−]#[repr(C)]pub struct NOTIFICATION {
pub ulEventType: u32,
pub ulAlignPad: u32,
pub info: NOTIFICATION_0,
}
Expand description
Required features: ‘Win32_System_AddressBook’, ‘Win32_Foundation’, ‘Win32_System_Com’
Fields
ulEventType: u32
ulAlignPad: u32
info: NOTIFICATION_0
Trait Implementations
impl Clone for NOTIFICATION
impl Clone for NOTIFICATION
impl Copy for NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for NOTIFICATION
impl !Send for NOTIFICATION
impl !Sync for NOTIFICATION
impl Unpin for NOTIFICATION
impl UnwindSafe for NOTIFICATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more