pub enum DriveMode {
HighZ = 0,
PullUp = 2,
PullDown = 3,
OpenDrainLow = 4,
OpenDrainHigh = 5,
Strong = 6,
PullUpDown = 7,
}
Variants§
Auto Trait Implementations§
impl Freeze for DriveMode
impl RefUnwindSafe for DriveMode
impl Send for DriveMode
impl Sync for DriveMode
impl Unpin for DriveMode
impl UnwindSafe for DriveMode
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