Enum Rxplvl
#[repr(u8)]pub enum Rxplvl {
ZeroFrames = 0,
OneFrame = 1,
TwoFrames = 2,
ThreeFrames = 3,
}Variants§
ZeroFrames = 0
Zero frames beyond packing ratio available
OneFrame = 1
One frame beyond packing ratio available
TwoFrames = 2
Two frame beyond packing ratio available
ThreeFrames = 3
Three frame beyond packing ratio available
Implementations§
Trait Implementations§
impl Copy for Rxplvl
impl Eq for Rxplvl
§impl Ord for Rxplvl
impl Ord for Rxplvl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rxplvl
impl PartialOrd 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 UnsafeUnpin 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