Struct PNOTIFY_SYNC
#[repr(transparent)]pub struct PNOTIFY_SYNC(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for PNOTIFY_SYNC
impl Clone for PNOTIFY_SYNC
§fn clone(&self) -> PNOTIFY_SYNC
fn clone(&self) -> PNOTIFY_SYNC
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 PNOTIFY_SYNC
impl Debug for PNOTIFY_SYNC
§impl Default for PNOTIFY_SYNC
impl Default for PNOTIFY_SYNC
§fn default() -> PNOTIFY_SYNC
fn default() -> PNOTIFY_SYNC
Returns the “default value” for a type. Read more
§impl PartialEq for PNOTIFY_SYNC
impl PartialEq for PNOTIFY_SYNC
impl Copy for PNOTIFY_SYNC
impl Eq for PNOTIFY_SYNC
impl StructuralPartialEq for PNOTIFY_SYNC
Auto Trait Implementations§
impl Freeze for PNOTIFY_SYNC
impl RefUnwindSafe for PNOTIFY_SYNC
impl Send for PNOTIFY_SYNC
impl Sync for PNOTIFY_SYNC
impl Unpin for PNOTIFY_SYNC
impl UnwindSafe for PNOTIFY_SYNC
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