#[repr(u32)]pub enum IoxFunction {
Gpio = 0,
AF1 = 1,
AF2 = 2,
AF3 = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoxFunction
impl RefUnwindSafe for IoxFunction
impl Send for IoxFunction
impl Sync for IoxFunction
impl Unpin for IoxFunction
impl UnwindSafe for IoxFunction
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