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