pub struct SetPinMode {
pub pin: u8,
pub mode: PinMode,
}Fields§
§pin: u8§mode: PinModeTrait Implementations§
Source§impl Clone for SetPinMode
impl Clone for SetPinMode
Source§fn clone(&self) -> SetPinMode
fn clone(&self) -> SetPinMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetPinMode
impl Debug for SetPinMode
impl Copy for SetPinMode
Auto Trait Implementations§
impl Freeze for SetPinMode
impl RefUnwindSafe for SetPinMode
impl Send for SetPinMode
impl Sync for SetPinMode
impl Unpin for SetPinMode
impl UnwindSafe for SetPinMode
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