Struct CHANGENOTIFY
#[repr(C)]pub struct CHANGENOTIFY {
pub dwChangeType: u32,
pub pvCookieData: *mut c_void,
}
Fields§
§dwChangeType: u32
§pvCookieData: *mut c_void
Trait Implementations§
§impl Clone for CHANGENOTIFY
impl Clone for CHANGENOTIFY
§fn clone(&self) -> CHANGENOTIFY
fn clone(&self) -> CHANGENOTIFY
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 more§impl Debug for CHANGENOTIFY
impl Debug for CHANGENOTIFY
§impl Default for CHANGENOTIFY
impl Default for CHANGENOTIFY
§impl PartialEq for CHANGENOTIFY
impl PartialEq for CHANGENOTIFY
impl Copy for CHANGENOTIFY
impl StructuralPartialEq for CHANGENOTIFY
Auto Trait Implementations§
impl Freeze for CHANGENOTIFY
impl RefUnwindSafe for CHANGENOTIFY
impl !Send for CHANGENOTIFY
impl !Sync for CHANGENOTIFY
impl Unpin for CHANGENOTIFY
impl UnwindSafe for CHANGENOTIFY
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