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