Struct ccsds::DefaultReedSolomon
source · pub struct DefaultReedSolomon;Expand description
Implements the CCSDS documented Reed-Solomon FEC.
Trait Implementations§
source§impl Clone for DefaultReedSolomon
impl Clone for DefaultReedSolomon
source§fn clone(&self) -> DefaultReedSolomon
fn clone(&self) -> DefaultReedSolomon
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 ReedSolomon for DefaultReedSolomon
impl ReedSolomon for DefaultReedSolomon
Auto Trait Implementations§
impl RefUnwindSafe for DefaultReedSolomon
impl Send for DefaultReedSolomon
impl Sync for DefaultReedSolomon
impl Unpin for DefaultReedSolomon
impl UnwindSafe for DefaultReedSolomon
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