#[repr(transparent)]pub struct GpioMode(pub c_uchar);Expand description
Gpio modes
Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for GpioMode
impl Eq for GpioMode
impl StructuralPartialEq for GpioMode
Auto Trait Implementations§
impl Freeze for GpioMode
impl RefUnwindSafe for GpioMode
impl Send for GpioMode
impl Sync for GpioMode
impl Unpin for GpioMode
impl UnwindSafe for GpioMode
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