Enum stm32f4xx_hal::gpio::Speed
source · [−]pub enum Speed {
Low,
Medium,
High,
VeryHigh,
}
Expand description
GPIO Pin speed selection
Variants
Low
Low speed
Medium
Medium speed
High
High speed
VeryHigh
Very high speed
Trait Implementations
impl Copy for Speed
impl Eq for Speed
impl StructuralEq for Speed
impl StructuralPartialEq for Speed
Auto Trait Implementations
impl RefUnwindSafe for Speed
impl Send for Speed
impl Sync for Speed
impl Unpin for Speed
impl UnwindSafe for Speed
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