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