pub struct Mcs {
pub constellation: ConstellationOrder,
pub inner_fec: InnerFec,
pub outer_fec: OuterFec,
}Expand description
A modulation-and-coding scheme: the payload’s constellation plus its inner
and outer FEC. Selected per-frame by FrameMetadata::mcs_index via an
McsTable.
Fields§
§constellation: ConstellationOrder§inner_fec: InnerFec§outer_fec: OuterFecImplementations§
Trait Implementations§
impl Copy for Mcs
impl Eq for Mcs
impl StructuralPartialEq for Mcs
Auto Trait Implementations§
impl Freeze for Mcs
impl RefUnwindSafe for Mcs
impl Send for Mcs
impl Sync for Mcs
impl Unpin for Mcs
impl UnsafeUnpin for Mcs
impl UnwindSafe for Mcs
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