Struct nekolib::math::Mod998244353
source · pub struct Mod998244353;
Trait Implementations§
source§impl Clone for Mod998244353
impl Clone for Mod998244353
source§fn clone(&self) -> Mod998244353
fn clone(&self) -> Mod998244353
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl NttFriendly for Mod998244353
impl NttFriendly for Mod998244353
source§impl PartialEq<Mod998244353> for Mod998244353
impl PartialEq<Mod998244353> for Mod998244353
source§fn eq(&self, other: &Mod998244353) -> bool
fn eq(&self, other: &Mod998244353) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Mod998244353
impl Eq for Mod998244353
impl StructuralEq for Mod998244353
impl StructuralPartialEq for Mod998244353
Auto Trait Implementations§
impl RefUnwindSafe for Mod998244353
impl Send for Mod998244353
impl Sync for Mod998244353
impl Unpin for Mod998244353
impl UnwindSafe for Mod998244353
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