#[repr(C)]pub enum GPIO_Port {
GPIO_PORT0 = 0,
GPIO_PORT1 = 1,
GPIO_PORT2 = 2,
GPIO_PORT3 = 3,
}Variants§
Trait Implementations§
impl Copy for GPIO_Port
impl Eq for GPIO_Port
impl StructuralPartialEq for GPIO_Port
Auto Trait Implementations§
impl Freeze for GPIO_Port
impl RefUnwindSafe for GPIO_Port
impl Send for GPIO_Port
impl Sync for GPIO_Port
impl Unpin for GPIO_Port
impl UnwindSafe for GPIO_Port
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