#[repr(C)]
pub struct OBJECT_NOTIFICATION { pub cbEntryID: u32, pub lpEntryID: *mut ENTRYID, pub ulObjType: u32, pub cbParentID: u32, pub lpParentID: *mut ENTRYID, pub cbOldID: u32, pub lpOldID: *mut ENTRYID, pub cbOldParentID: u32, pub lpOldParentID: *mut ENTRYID, pub lpPropTagArray: *mut SPropTagArray, }
Expand description

Required features: "Win32_System_AddressBook"

Fields§

§cbEntryID: u32§lpEntryID: *mut ENTRYID§ulObjType: u32§cbParentID: u32§lpParentID: *mut ENTRYID§cbOldID: u32§lpOldID: *mut ENTRYID§cbOldParentID: u32§lpOldParentID: *mut ENTRYID§lpPropTagArray: *mut SPropTagArray

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.