pub struct Output<Otype = PushPull> { /* private fields */ }
Expand description
Output mode (type state)
Implementations§
Trait Implementations§
impl PinMode for Output<PushPull>
impl PinMode for Output<OpenDrain>
Auto Trait Implementations§
impl<Otype> Freeze for Output<Otype>
impl<Otype> RefUnwindSafe for Output<Otype>where
Otype: RefUnwindSafe,
impl<Otype> Send for Output<Otype>where
Otype: Send,
impl<Otype> Sync for Output<Otype>where
Otype: Sync,
impl<Otype> Unpin for Output<Otype>where
Otype: Unpin,
impl<Otype> UnwindSafe for Output<Otype>where
Otype: UnwindSafe,
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