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