#[repr(u8)]pub enum Rcr2Bcd {
EXT_TARGET_MODE = 0,
INT_CONTROLLER_MODE = 1,
}Variants§
EXT_TARGET_MODE = 0
Generated externally in Target mode
INT_CONTROLLER_MODE = 1
Generated internally in Controller mode
Implementations§
Trait Implementations§
Source§impl Ord for Rcr2Bcd
impl Ord for Rcr2Bcd
Source§impl PartialOrd for Rcr2Bcd
impl PartialOrd for Rcr2Bcd
impl Copy for Rcr2Bcd
impl Eq for Rcr2Bcd
impl StructuralPartialEq for Rcr2Bcd
Auto Trait Implementations§
impl Freeze for Rcr2Bcd
impl RefUnwindSafe for Rcr2Bcd
impl Send for Rcr2Bcd
impl Sync for Rcr2Bcd
impl Unpin for Rcr2Bcd
impl UnwindSafe for Rcr2Bcd
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