#[repr(transparent)]pub struct Lmod(pub u16);Expand description
Lower Modulus
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Lmod
impl Eq for Lmod
impl StructuralPartialEq for Lmod
Auto Trait Implementations§
impl Freeze for Lmod
impl RefUnwindSafe for Lmod
impl Send for Lmod
impl Sync for Lmod
impl Unpin for Lmod
impl UnwindSafe for Lmod
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