Struct Rxplvl
#[repr(transparent)]pub struct Rxplvl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rxplvl
impl Rxplvl
pub const ZEROFRAMES: Self
pub const ZEROFRAMES: Self
Zero frames beyond packing ratio available
pub const ONEFRAME: Self
pub const ONEFRAME: Self
One frame beyond packing ratio available
pub const TWOFRAMES: Self
pub const TWOFRAMES: Self
Two frame beyond packing ratio available
pub const THREEFRAMES: Self
pub const THREEFRAMES: Self
Three frame beyond packing ratio available
Trait Implementations§
§impl Ord for Rxplvl
impl Ord for Rxplvl
§impl PartialOrd for Rxplvl
impl PartialOrd for Rxplvl
impl Copy for Rxplvl
impl Eq for Rxplvl
impl StructuralPartialEq for Rxplvl
Auto Trait Implementations§
impl Freeze for Rxplvl
impl RefUnwindSafe for Rxplvl
impl Send for Rxplvl
impl Sync for Rxplvl
impl Unpin for Rxplvl
impl UnwindSafe for Rxplvl
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