pub struct p64 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> AddAssign<&'a p64> for p64
impl<'a> AddAssign<&'a p64> for p64
Source§fn add_assign(&mut self, y: &'a Self)
fn add_assign(&mut self, y: &'a Self)
Performs the
+=
operation. Read moreSource§impl AddAssign for p64
impl AddAssign for p64
Source§fn add_assign(&mut self, y: Self)
fn add_assign(&mut self, y: Self)
Performs the
+=
operation. Read moreSource§impl<'a> DivAssign<&'a p64> for p64
impl<'a> DivAssign<&'a p64> for p64
Source§fn div_assign(&mut self, y: &'a Self)
fn div_assign(&mut self, y: &'a Self)
Performs the
/=
operation. Read moreSource§impl DivAssign for p64
impl DivAssign for p64
Source§fn div_assign(&mut self, y: Self)
fn div_assign(&mut self, y: Self)
Performs the
/=
operation. Read moreSource§impl<'a> MulAssign<&'a p64> for p64
impl<'a> MulAssign<&'a p64> for p64
Source§fn mul_assign(&mut self, y: &'a Self)
fn mul_assign(&mut self, y: &'a Self)
Performs the
*=
operation. Read moreSource§impl MulAssign for p64
impl MulAssign for p64
Source§fn mul_assign(&mut self, y: Self)
fn mul_assign(&mut self, y: Self)
Performs the
*=
operation. Read moreSource§impl Ord for p64
impl Ord for p64
Source§impl PartialOrd for p64
impl PartialOrd for p64
Source§impl<'a> SubAssign<&'a p64> for p64
impl<'a> SubAssign<&'a p64> for p64
Source§fn sub_assign(&mut self, y: &'a Self)
fn sub_assign(&mut self, y: &'a Self)
Performs the
-=
operation. Read moreSource§impl SubAssign for p64
impl SubAssign for p64
Source§fn sub_assign(&mut self, y: Self)
fn sub_assign(&mut self, y: Self)
Performs the
-=
operation. Read moreimpl Copy for p64
impl Eq for p64
impl StructuralPartialEq for p64
Auto Trait Implementations§
impl Freeze for p64
impl RefUnwindSafe for p64
impl Send for p64
impl Sync for p64
impl Unpin for p64
impl UnwindSafe for p64
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