pub enum PortModeOutput {
OutOD,
OutPP,
}
Variants§
Trait Implementations§
Source§impl ToGpioInitFlag for PortModeOutput
impl ToGpioInitFlag for PortModeOutput
Auto Trait Implementations§
impl Freeze for PortModeOutput
impl RefUnwindSafe for PortModeOutput
impl Send for PortModeOutput
impl Sync for PortModeOutput
impl Unpin for PortModeOutput
impl UnwindSafe for PortModeOutput
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