pub struct Output<OT: OutputType, OS: OutputSpeed> { /* private fields */ }
Expand description
Output
Trait Implementations§
Source§impl<OT: OutputType, OS: OutputSpeed> PinMode for Output<OT, OS>
impl<OT: OutputType, OS: OutputSpeed> PinMode for Output<OT, OS>
Auto Trait Implementations§
impl<OT, OS> Freeze for Output<OT, OS>
impl<OT, OS> RefUnwindSafe for Output<OT, OS>where
OT: RefUnwindSafe,
OS: RefUnwindSafe,
impl<OT, OS> Send for Output<OT, OS>
impl<OT, OS> Sync for Output<OT, OS>
impl<OT, OS> Unpin for Output<OT, OS>
impl<OT, OS> UnwindSafe for Output<OT, OS>where
OT: UnwindSafe,
OS: 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