#[repr(u8)]pub enum Rcr2Bci {
NO_EFFECT = 0,
CLOCKED_AS_IF_EXT_GENERATED = 1,
}Variants§
NO_EFFECT = 0
No effect.
CLOCKED_AS_IF_EXT_GENERATED = 1
Internal logic is clocked as if bit clock was externally generated.
Implementations§
Trait Implementations§
Source§impl Ord for Rcr2Bci
impl Ord for Rcr2Bci
Source§impl PartialOrd for Rcr2Bci
impl PartialOrd for Rcr2Bci
impl Copy for Rcr2Bci
impl Eq for Rcr2Bci
impl StructuralPartialEq for Rcr2Bci
Auto Trait Implementations§
impl Freeze for Rcr2Bci
impl RefUnwindSafe for Rcr2Bci
impl Send for Rcr2Bci
impl Sync for Rcr2Bci
impl Unpin for Rcr2Bci
impl UnwindSafe for Rcr2Bci
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