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_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§
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