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