pub enum PinModeAnalog {
Analog,
}
Variants§
Analog
Auto Trait Implementations§
impl Freeze for PinModeAnalog
impl RefUnwindSafe for PinModeAnalog
impl Send for PinModeAnalog
impl Sync for PinModeAnalog
impl Unpin for PinModeAnalog
impl UnwindSafe for PinModeAnalog
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