#[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_System_AddressBook"
, "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
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