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