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