#[repr(u8)]pub enum Rcr2Bcp {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
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