#[repr(u8)]pub enum Cdihb {
CDIHB_0 = 0,
CDIHB_1 = 1,
}Variants§
CDIHB_0 = 0
Can issue command which uses the DATA line
CDIHB_1 = 1
Cannot issue command which uses the DATA line
Implementations§
Trait Implementations§
Source§impl Ord for Cdihb
impl Ord for Cdihb
Source§impl PartialOrd for Cdihb
impl PartialOrd for Cdihb
impl Copy for Cdihb
impl Eq for Cdihb
impl StructuralPartialEq for Cdihb
Auto Trait Implementations§
impl Freeze for Cdihb
impl RefUnwindSafe for Cdihb
impl Send for Cdihb
impl Sync for Cdihb
impl Unpin for Cdihb
impl UnwindSafe for Cdihb
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