pub struct L32(/* private fields */);Implementations§
Trait Implementations§
impl Copy for L32
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 moreimpl Eq for L32
Source§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 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 UnsafeUnpin 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