Struct ldpc_toolbox::gf2::GF2
source · pub struct GF2(_);Expand description
Finite field GF(2) element.
This struct represents an element of the finite field GF(2).
Trait Implementations§
source§impl AddAssign<&GF2> for GF2
impl AddAssign<&GF2> for GF2
source§fn add_assign(&mut self, rhs: &GF2)
fn add_assign(&mut self, rhs: &GF2)
Performs the
+= operation. Read moresource§impl AddAssign<GF2> for GF2
impl AddAssign<GF2> for GF2
source§fn add_assign(&mut self, rhs: GF2)
fn add_assign(&mut self, rhs: GF2)
Performs the
+= operation. Read moresource§impl DivAssign<&GF2> for GF2
impl DivAssign<&GF2> for GF2
source§fn div_assign(&mut self, rhs: &GF2)
fn div_assign(&mut self, rhs: &GF2)
Performs the
/= operation. Read moresource§impl DivAssign<GF2> for GF2
impl DivAssign<GF2> for GF2
source§fn div_assign(&mut self, rhs: GF2)
fn div_assign(&mut self, rhs: GF2)
Performs the
/= operation. Read moresource§impl MulAssign<&GF2> for GF2
impl MulAssign<&GF2> for GF2
source§fn mul_assign(&mut self, rhs: &GF2)
fn mul_assign(&mut self, rhs: &GF2)
Performs the
*= operation. Read moresource§impl MulAssign<GF2> for GF2
impl MulAssign<GF2> for GF2
source§fn mul_assign(&mut self, rhs: GF2)
fn mul_assign(&mut self, rhs: GF2)
Performs the
*= operation. Read moresource§impl SubAssign<&GF2> for GF2
impl SubAssign<&GF2> for GF2
source§fn sub_assign(&mut self, rhs: &GF2)
fn sub_assign(&mut self, rhs: &GF2)
Performs the
-= operation. Read moresource§impl SubAssign<GF2> for GF2
impl SubAssign<GF2> for GF2
source§fn sub_assign(&mut self, rhs: GF2)
fn sub_assign(&mut self, rhs: GF2)
Performs the
-= operation. Read moreimpl Copy for GF2
impl Eq for GF2
impl ScalarOperand for GF2
impl StructuralEq for GF2
impl StructuralPartialEq for GF2
Auto Trait Implementations§
impl RefUnwindSafe for GF2
impl Send for GF2
impl Sync for GF2
impl Unpin for GF2
impl UnwindSafe for GF2
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