Enum stm32f1xx_hal::gpio::PinModeError
source · [−]pub enum PinModeError {
IncorrectMode,
}Variants
IncorrectMode
Trait Implementations
sourceimpl Debug for PinModeError
impl Debug for PinModeError
sourceimpl PartialEq<PinModeError> for PinModeError
impl PartialEq<PinModeError> for PinModeError
impl StructuralPartialEq for PinModeError
Auto Trait Implementations
impl RefUnwindSafe for PinModeError
impl Send for PinModeError
impl Sync for PinModeError
impl Unpin for PinModeError
impl UnwindSafe for PinModeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more