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