Struct dsalgo::define_const_modulus_macro::Mod998_244_353
source · pub struct Mod998_244_353;
Trait Implementations§
source§impl Clone for Mod998_244_353
impl Clone for Mod998_244_353
source§fn clone(&self) -> Mod998_244_353
fn clone(&self) -> Mod998_244_353
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 Debug for Mod998_244_353
impl Debug for Mod998_244_353
source§impl Hash for Mod998_244_353
impl Hash for Mod998_244_353
source§impl Modulus for Mod998_244_353
impl Modulus for Mod998_244_353
source§impl Ord for Mod998_244_353
impl Ord for Mod998_244_353
source§fn cmp(&self, other: &Mod998_244_353) -> Ordering
fn cmp(&self, other: &Mod998_244_353) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<Mod998_244_353> for Mod998_244_353
impl PartialEq<Mod998_244_353> for Mod998_244_353
source§fn eq(&self, other: &Mod998_244_353) -> bool
fn eq(&self, other: &Mod998_244_353) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Mod998_244_353> for Mod998_244_353
impl PartialOrd<Mod998_244_353> for Mod998_244_353
source§fn partial_cmp(&self, other: &Mod998_244_353) -> Option<Ordering>
fn partial_cmp(&self, other: &Mod998_244_353) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more