pub enum PinModeAlternate {
AF(u8),
AFOD,
AFPP,
}
Variants§
Trait Implementations§
source§impl ToGpioInitFlag for PinModeAlternate
impl ToGpioInitFlag for PinModeAlternate
Auto Trait Implementations§
impl Freeze for PinModeAlternate
impl RefUnwindSafe for PinModeAlternate
impl Send for PinModeAlternate
impl Sync for PinModeAlternate
impl Unpin for PinModeAlternate
impl UnwindSafe for PinModeAlternate
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