#[repr(C)]pub struct NTMS_NOTIFICATIONINFORMATION {
pub dwOperation: u32,
pub ObjectId: GUID,
}
Fields§
§dwOperation: u32
§ObjectId: GUID
Trait Implementations§
§impl Clone for NTMS_NOTIFICATIONINFORMATION
impl Clone for NTMS_NOTIFICATIONINFORMATION
impl Copy for NTMS_NOTIFICATIONINFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for NTMS_NOTIFICATIONINFORMATION
impl Send for NTMS_NOTIFICATIONINFORMATION
impl Sync for NTMS_NOTIFICATIONINFORMATION
impl Unpin for NTMS_NOTIFICATIONINFORMATION
impl UnwindSafe for NTMS_NOTIFICATIONINFORMATION
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