#[repr(u8)]pub enum Rcr2Bcp {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
ACTIVE_HIGH = 0
Bit Clock is active high with drive outputs on rising edge and sample inputs on falling edge.
ACTIVE_LOW = 1
Bit Clock is active low with drive outputs on falling edge and sample inputs on rising edge.
Implementations§
Trait Implementations§
Source§impl Ord for Rcr2Bcp
impl Ord for Rcr2Bcp
Source§impl PartialOrd for Rcr2Bcp
impl PartialOrd for Rcr2Bcp
impl Copy for Rcr2Bcp
impl Eq for Rcr2Bcp
impl StructuralPartialEq for Rcr2Bcp
Auto Trait Implementations§
impl Freeze for Rcr2Bcp
impl RefUnwindSafe for Rcr2Bcp
impl Send for Rcr2Bcp
impl Sync for Rcr2Bcp
impl Unpin for Rcr2Bcp
impl UnwindSafe for Rcr2Bcp
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