#[repr(u8)]pub enum Drive0 {
S0 = 0,
H0 = 1,
D0 = 2,
E0 = 3,
}
Variants§
S0 = 0
Standard ‘0’
H0 = 1
High drive ‘0’
D0 = 2
Disconnect ‘0’(normally used for wired-or connections)
E0 = 3
Extra high drive ‘0’
Implementations§
Trait Implementations§
Source§impl Ord for Drive0
impl Ord for Drive0
Source§impl PartialOrd for Drive0
impl PartialOrd for Drive0
impl Copy for Drive0
impl Eq for Drive0
impl StructuralPartialEq for Drive0
Auto Trait Implementations§
impl Freeze for Drive0
impl RefUnwindSafe for Drive0
impl Send for Drive0
impl Sync for Drive0
impl Unpin for Drive0
impl UnwindSafe for Drive0
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
)