pub struct InputSignal(/* private fields */);Expand description
An input signal to a peripheral that can be routed from a GPIO pin.
Trait Implementations§
Source§impl Clone for InputSignal
impl Clone for InputSignal
Source§fn clone(&self) -> InputSignal
fn clone(&self) -> InputSignal
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 InputSignal
Source§impl Debug for InputSignal
impl Debug for InputSignal
impl Eq for InputSignal
Source§impl PartialEq for InputSignal
impl PartialEq for InputSignal
Source§fn eq(&self, other: &InputSignal) -> bool
fn eq(&self, other: &InputSignal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputSignal
Auto Trait Implementations§
impl Freeze for InputSignal
impl RefUnwindSafe for InputSignal
impl Send for InputSignal
impl Sync for InputSignal
impl Unpin for InputSignal
impl UnsafeUnpin for InputSignal
impl UnwindSafe for InputSignal
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