Struct NMOBJECTNOTIFY
#[repr(C)]pub struct NMOBJECTNOTIFY {
pub hdr: NMHDR,
pub iItem: i32,
pub piid: *const GUID,
pub pObject: *mut c_void,
pub hResult: HRESULT,
pub dwFlags: u32,
}
Fields§
§hdr: NMHDR
§iItem: i32
§piid: *const GUID
§pObject: *mut c_void
§hResult: HRESULT
§dwFlags: u32
Trait Implementations§
§impl Clone for NMOBJECTNOTIFY
impl Clone for NMOBJECTNOTIFY
§fn clone(&self) -> NMOBJECTNOTIFY
fn clone(&self) -> NMOBJECTNOTIFY
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 NMOBJECTNOTIFY
Auto Trait Implementations§
impl Freeze for NMOBJECTNOTIFY
impl RefUnwindSafe for NMOBJECTNOTIFY
impl !Send for NMOBJECTNOTIFY
impl !Sync for NMOBJECTNOTIFY
impl Unpin for NMOBJECTNOTIFY
impl UnwindSafe for NMOBJECTNOTIFY
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