pub struct L32(/* private fields */);
Implementations§
Trait Implementations§
Source§impl DivAssign for L32
impl DivAssign for L32
Source§fn div_assign(&mut self, rhs: L32)
fn div_assign(&mut self, rhs: L32)
Performs the
/=
operation. Read moreSource§impl MulAssign for L32
impl MulAssign for L32
Source§fn mul_assign(&mut self, rhs: L32)
fn mul_assign(&mut self, rhs: L32)
Performs the
*=
operation. Read moreimpl Copy for L32
impl Eq for L32
impl StructuralPartialEq for L32
Auto Trait Implementations§
impl Freeze for L32
impl RefUnwindSafe for L32
impl Send for L32
impl Sync for L32
impl Unpin for L32
impl UnwindSafe for L32
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