pub enum GpioSpeed {
Low = 0,
Medium = 1,
High = 2,
VeryHigh = 3,
}Variants§
Trait Implementations§
impl Copy for GpioSpeed
impl StructuralPartialEq for GpioSpeed
Auto Trait Implementations§
impl Freeze for GpioSpeed
impl RefUnwindSafe for GpioSpeed
impl Send for GpioSpeed
impl Sync for GpioSpeed
impl Unpin for GpioSpeed
impl UnwindSafe for GpioSpeed
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