#[repr(u8)]pub enum Rfen {
RFEN_0 = 0,
RFEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rfen
impl Ord for Rfen
Source§impl PartialOrd for Rfen
impl PartialOrd for Rfen
impl Copy for Rfen
impl Eq for Rfen
impl StructuralPartialEq for Rfen
Auto Trait Implementations§
impl Freeze for Rfen
impl RefUnwindSafe for Rfen
impl Send for Rfen
impl Sync for Rfen
impl Unpin for Rfen
impl UnwindSafe for Rfen
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