pub struct Acc(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl AddAssign<Agg> for Acc
impl AddAssign<Agg> for Acc
Source§fn add_assign(&mut self, other: Agg)
fn add_assign(&mut self, other: Agg)
Performs the
+= operation. Read moreSource§impl AddAssign for Acc
impl AddAssign for Acc
Source§fn add_assign(&mut self, other: Acc)
fn add_assign(&mut self, other: Acc)
Performs the
+= operation. Read moreSource§impl PartialOrd for Acc
impl PartialOrd for Acc
Source§impl SubAssign<usize> for Acc
impl SubAssign<usize> for Acc
Source§fn sub_assign(&mut self, other: usize)
fn sub_assign(&mut self, other: usize)
Performs the
-= operation. Read moreSource§impl SubAssign for Acc
impl SubAssign for Acc
Source§fn sub_assign(&mut self, other: Acc)
fn sub_assign(&mut self, other: Acc)
Performs the
-= operation. Read moreimpl Copy for Acc
impl StructuralPartialEq for Acc
Auto Trait Implementations§
impl Freeze for Acc
impl RefUnwindSafe for Acc
impl Send for Acc
impl Sync for Acc
impl Unpin for Acc
impl UnwindSafe for Acc
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