pub struct IntRing(pub i64);Expand description
The ring of i64 under saturating + and *.
Tuple Fields§
§0: i64Trait Implementations§
impl Copy for IntRing
impl Eq for IntRing
impl StructuralPartialEq for IntRing
Auto Trait Implementations§
impl Freeze for IntRing
impl RefUnwindSafe for IntRing
impl Send for IntRing
impl Sync for IntRing
impl Unpin for IntRing
impl UnsafeUnpin for IntRing
impl UnwindSafe for IntRing
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