pub struct ProdModM(/* private fields */);
Expand description
mod m
上の乗法
Implementations§
Trait Implementations§
impl Associative for ProdModM
impl Commutative for ProdModM
impl Copy for ProdModM
impl Eq for ProdModM
impl Set for ProdModM
Auto Trait Implementations§
impl Freeze for ProdModM
impl RefUnwindSafe for ProdModM
impl Send for ProdModM
impl Sync for ProdModM
impl Unpin for ProdModM
impl UnwindSafe for ProdModM
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