Struct windows_sys::Win32::System::AddressBook::STATUS_OBJECT_NOTIFICATION
#[repr(C)]pub struct STATUS_OBJECT_NOTIFICATION {
pub cbEntryID: u32,
pub lpEntryID: *mut ENTRYID,
pub cValues: u32,
pub lpPropVals: *mut SPropValue,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com"
Fields§
§cbEntryID: u32
§lpEntryID: *mut ENTRYID
§cValues: u32
§lpPropVals: *mut SPropValue
Trait Implementations§
§impl Clone for STATUS_OBJECT_NOTIFICATION
impl Clone for STATUS_OBJECT_NOTIFICATION
impl Copy for STATUS_OBJECT_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for STATUS_OBJECT_NOTIFICATION
impl !Send for STATUS_OBJECT_NOTIFICATION
impl !Sync for STATUS_OBJECT_NOTIFICATION
impl Unpin for STATUS_OBJECT_NOTIFICATION
impl UnwindSafe for STATUS_OBJECT_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