pub struct C2Code {}Expand description
C2 code definition.
This C2 code is the basic (8176, 7156) LDPC code. Expurgation, shortening and extension used to construct the (8160, 7136) code should be handled separately.
Implementations§
Trait Implementations§
impl Copy for C2Code
impl Eq for C2Code
impl StructuralPartialEq for C2Code
Auto Trait Implementations§
impl Freeze for C2Code
impl RefUnwindSafe for C2Code
impl Send for C2Code
impl Sync for C2Code
impl Unpin for C2Code
impl UnwindSafe for C2Code
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more