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