pub struct u128x2(/* private fields */);Implementations§
Trait Implementations§
Source§impl AddAssign for u128x2
impl AddAssign for u128x2
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl BitXorAssign for u128x2
impl BitXorAssign for u128x2
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreimpl Copy for u128x2
Auto Trait Implementations§
impl Freeze for u128x2
impl RefUnwindSafe for u128x2
impl Send for u128x2
impl Sync for u128x2
impl Unpin for u128x2
impl UnwindSafe for u128x2
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