Enum Rfeolf
#[repr(u8)]pub enum Rfeolf {
ABOVE = 0,
BELOW = 1,
}
Variants§
ABOVE = 0
Supply voltage above radio end-of-life operating low level
BELOW = 1
Supply voltage below radio end-of-life operating low level
Implementations§
Trait Implementations§
§impl Ord for Rfeolf
impl Ord for Rfeolf
§impl PartialOrd for Rfeolf
impl PartialOrd for Rfeolf
impl Copy for Rfeolf
impl Eq for Rfeolf
impl StructuralPartialEq for Rfeolf
Auto Trait Implementations§
impl Freeze for Rfeolf
impl RefUnwindSafe for Rfeolf
impl Send for Rfeolf
impl Sync for Rfeolf
impl Unpin for Rfeolf
impl UnwindSafe for Rfeolf
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