#[repr(C)]pub struct ERROR_NOTIFICATION {
pub cbEntryID: u32,
pub lpEntryID: *mut ENTRYID,
pub scode: i32,
pub ulFlags: u32,
pub lpMAPIError: *mut MAPIERROR,
}Fields§
§cbEntryID: u32§lpEntryID: *mut ENTRYID§scode: i32§ulFlags: u32§lpMAPIError: *mut MAPIERRORTrait Implementations§
Source§impl Clone for ERROR_NOTIFICATION
impl Clone for ERROR_NOTIFICATION
Source§fn clone(&self) -> ERROR_NOTIFICATION
fn clone(&self) -> ERROR_NOTIFICATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ERROR_NOTIFICATION
Source§impl Debug for ERROR_NOTIFICATION
impl Debug for ERROR_NOTIFICATION
Source§impl Default for ERROR_NOTIFICATION
impl Default for ERROR_NOTIFICATION
Source§fn default() -> ERROR_NOTIFICATION
fn default() -> ERROR_NOTIFICATION
Returns the “default value” for a type. Read more
Source§impl PartialEq for ERROR_NOTIFICATION
impl PartialEq for ERROR_NOTIFICATION
Source§fn eq(&self, other: &ERROR_NOTIFICATION) -> bool
fn eq(&self, other: &ERROR_NOTIFICATION) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ERROR_NOTIFICATION
Auto Trait Implementations§
impl !Send for ERROR_NOTIFICATION
impl !Sync for ERROR_NOTIFICATION
impl Freeze for ERROR_NOTIFICATION
impl RefUnwindSafe for ERROR_NOTIFICATION
impl Unpin for ERROR_NOTIFICATION
impl UnsafeUnpin for ERROR_NOTIFICATION
impl UnwindSafe for ERROR_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