Union windows_sys::Win32::System::AddressBook::NOTIFICATION_0
#[repr(C)]
pub union NOTIFICATION_0 {
pub err: ERROR_NOTIFICATION,
pub newmail: NEWMAIL_NOTIFICATION,
pub obj: OBJECT_NOTIFICATION,
pub tab: TABLE_NOTIFICATION,
pub ext: EXTENDED_NOTIFICATION,
pub statobj: STATUS_OBJECT_NOTIFICATION,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
Fields§
§err: ERROR_NOTIFICATION
§newmail: NEWMAIL_NOTIFICATION
§obj: OBJECT_NOTIFICATION
§tab: TABLE_NOTIFICATION
§ext: EXTENDED_NOTIFICATION
§statobj: STATUS_OBJECT_NOTIFICATION
Trait Implementations§
§impl Clone for NOTIFICATION_0
impl Clone for NOTIFICATION_0
impl Copy for NOTIFICATION_0
Auto Trait Implementations§
impl RefUnwindSafe for NOTIFICATION_0
impl !Send for NOTIFICATION_0
impl !Sync for NOTIFICATION_0
impl Unpin for NOTIFICATION_0
impl UnwindSafe for NOTIFICATION_0
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