pub struct OutputSignal(/* private fields */);Expand description
An output signal from a peripheral that can be routed to a GPIO pin.
Trait Implementations§
Source§impl Clone for OutputSignal
impl Clone for OutputSignal
Source§fn clone(&self) -> OutputSignal
fn clone(&self) -> OutputSignal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutputSignal
Source§impl Debug for OutputSignal
impl Debug for OutputSignal
impl Eq for OutputSignal
Source§impl PartialEq for OutputSignal
impl PartialEq for OutputSignal
Source§fn eq(&self, other: &OutputSignal) -> bool
fn eq(&self, other: &OutputSignal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutputSignal
Auto Trait Implementations§
impl Freeze for OutputSignal
impl RefUnwindSafe for OutputSignal
impl Send for OutputSignal
impl Sync for OutputSignal
impl Unpin for OutputSignal
impl UnsafeUnpin for OutputSignal
impl UnwindSafe for OutputSignal
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