#[repr(transparent)]pub struct GpioSpeed(pub c_uchar);Expand description
Gpio speed modes
Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for GpioSpeed
impl Eq 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