Struct reed_solomon_novelpoly::field::f2e16::Multiplier
source · #[repr(transparent)]pub struct Multiplier(pub Elt);
Expand description
Multiplicaiton friendly LOG form of f2e16
Tuple Fields§
§0: Elt
Implementations§
source§impl Multiplier
impl Multiplier
Trait Implementations§
source§impl Add for Multiplier
impl Add for Multiplier
§type Output = Multiplier
type Output = Multiplier
The resulting type after applying the
+
operator.source§fn add(self, rhs: Multiplier) -> Multiplier
fn add(self, rhs: Multiplier) -> Multiplier
Performs the
+
operation. Read moresource§impl AddAssign for Multiplier
impl AddAssign for Multiplier
source§fn add_assign(&mut self, rhs: Multiplier)
fn add_assign(&mut self, rhs: Multiplier)
Performs the
+=
operation. Read moresource§impl Clone for Multiplier
impl Clone for Multiplier
source§fn clone(&self) -> Multiplier
fn clone(&self) -> Multiplier
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 Multiplier
impl Debug for Multiplier
source§impl Display for Multiplier
impl Display for Multiplier
source§impl PartialEq for Multiplier
impl PartialEq for Multiplier
source§fn eq(&self, other: &Multiplier) -> bool
fn eq(&self, other: &Multiplier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Sub for Multiplier
impl Sub for Multiplier
§type Output = Multiplier
type Output = Multiplier
The resulting type after applying the
-
operator.source§fn sub(self, rhs: Multiplier) -> Multiplier
fn sub(self, rhs: Multiplier) -> Multiplier
Performs the
-
operation. Read moresource§impl SubAssign for Multiplier
impl SubAssign for Multiplier
source§fn sub_assign(&mut self, rhs: Multiplier)
fn sub_assign(&mut self, rhs: Multiplier)
Performs the
-=
operation. Read moreimpl Copy for Multiplier
impl Eq for Multiplier
impl StructuralEq for Multiplier
impl StructuralPartialEq for Multiplier
Auto Trait Implementations§
impl RefUnwindSafe for Multiplier
impl Send for Multiplier
impl Sync for Multiplier
impl Unpin for Multiplier
impl UnwindSafe for Multiplier
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