#[repr(u8)]pub enum Drive1 {
S1 = 0,
H1 = 1,
D1 = 2,
E1 = 3,
}
Variants§
S1 = 0
Standard ‘1’
H1 = 1
High drive ‘1’
D1 = 2
Disconnect ‘1’(normally used for wired-or connections)
E1 = 3
Extra high drive ‘1’
Implementations§
Trait Implementations§
Source§impl Ord for Drive1
impl Ord for Drive1
Source§impl PartialOrd for Drive1
impl PartialOrd for Drive1
impl Copy for Drive1
impl Eq for Drive1
impl StructuralPartialEq for Drive1
Auto Trait Implementations§
impl Freeze for Drive1
impl RefUnwindSafe for Drive1
impl Send for Drive1
impl Sync for Drive1
impl Unpin for Drive1
impl UnwindSafe for Drive1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)