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