#[repr(u64)]pub enum GpioSel {
Sel3 = 8,
Sel4 = 16,
Sel5 = 32,
Sel6 = 64,
Sel7 = 128,
Sel8 = 256,
Sel9 = 512,
Sel10 = 1_024,
}Variants§
Auto Trait Implementations§
impl Freeze for GpioSel
impl RefUnwindSafe for GpioSel
impl Send for GpioSel
impl Sync for GpioSel
impl Unpin for GpioSel
impl UnsafeUnpin for GpioSel
impl UnwindSafe for GpioSel
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