Enum stm32f4xx_hal::gpio::Speed
source · pub enum Speed {
Low = 0,
Medium = 1,
High = 2,
VeryHigh = 3,
}
Expand description
GPIO Pin speed selection
Variants§
Trait Implementations§
source§impl PartialEq for Speed
impl PartialEq for Speed
impl Copy for Speed
impl Eq for Speed
impl StructuralPartialEq for Speed
Auto Trait Implementations§
impl Freeze for Speed
impl RefUnwindSafe for Speed
impl Send for Speed
impl Sync for Speed
impl Unpin for Speed
impl UnwindSafe for Speed
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