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