Struct NTMS_NOTIFICATIONINFORMATION
#[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
§fn clone(&self) -> NTMS_NOTIFICATIONINFORMATION
fn clone(&self) -> NTMS_NOTIFICATIONINFORMATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NTMS_NOTIFICATIONINFORMATION
Auto Trait Implementations§
impl Freeze for NTMS_NOTIFICATIONINFORMATION
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