Struct DigitalOutput
pub(crate) struct DigitalOutput(pub(crate) DigitalOutput);Tuple Fields§
§0: DigitalOutputTrait Implementations§
§impl Clone for DigitalOutput
impl Clone for DigitalOutput
§fn clone(&self) -> DigitalOutput
fn clone(&self) -> DigitalOutput
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 more§impl ValueEnum for DigitalOutput
impl ValueEnum for DigitalOutput
impl Copy for DigitalOutput
Auto Trait Implementations§
impl Freeze for DigitalOutput
impl RefUnwindSafe for DigitalOutput
impl Send for DigitalOutput
impl Sync for DigitalOutput
impl Unpin for DigitalOutput
impl UnwindSafe for DigitalOutput
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