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