Struct windows_sys::Win32::System::AddressBook::ERROR_NOTIFICATION
[−]#[repr(C)]pub struct ERROR_NOTIFICATION {
pub cbEntryID: u32,
pub lpEntryID: *mut ENTRYID,
pub scode: i32,
pub ulFlags: u32,
pub lpMAPIError: *mut MAPIERROR,
}
Expand description
Required features: "Win32_System_AddressBook"
Fields
cbEntryID: u32
lpEntryID: *mut ENTRYID
scode: i32
ulFlags: u32
lpMAPIError: *mut MAPIERROR
Trait Implementations
impl Clone for ERROR_NOTIFICATION
impl Clone for ERROR_NOTIFICATION
impl Copy for ERROR_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for ERROR_NOTIFICATION
impl !Send for ERROR_NOTIFICATION
impl !Sync for ERROR_NOTIFICATION
impl Unpin for ERROR_NOTIFICATION
impl UnwindSafe for ERROR_NOTIFICATION
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