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