pub enum GPIOBank {
Bank0 = 0,
Bank1 = 1,
}Expand description
The gpio banks of the device
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIOBank
impl RefUnwindSafe for GPIOBank
impl Send for GPIOBank
impl Sync for GPIOBank
impl Unpin for GPIOBank
impl UnsafeUnpin for GPIOBank
impl UnwindSafe for GPIOBank
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