pub struct DigitalWrite {
pub port: u8,
pub values: u8,
}Fields§
§port: u8§values: u8Trait Implementations§
Source§impl Clone for DigitalWrite
impl Clone for DigitalWrite
Source§fn clone(&self) -> DigitalWrite
fn clone(&self) -> DigitalWrite
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 DigitalWrite
impl Debug for DigitalWrite
impl Copy for DigitalWrite
Auto Trait Implementations§
impl Freeze for DigitalWrite
impl RefUnwindSafe for DigitalWrite
impl Send for DigitalWrite
impl Sync for DigitalWrite
impl Unpin for DigitalWrite
impl UnwindSafe for DigitalWrite
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