pub struct DigitalOutputCommand(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DigitalOutputCommand
impl Clone for DigitalOutputCommand
Source§fn clone(&self) -> DigitalOutputCommand
fn clone(&self) -> DigitalOutputCommand
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 DigitalOutputCommand
impl Debug for DigitalOutputCommand
Source§impl Default for DigitalOutputCommand
impl Default for DigitalOutputCommand
Source§impl From<DigitalOutputCommand> for u64
impl From<DigitalOutputCommand> for u64
Source§fn from(v: DigitalOutputCommand) -> Self
fn from(v: DigitalOutputCommand) -> Self
Converts to this type from the input type.
Source§impl From<u64> for DigitalOutputCommand
impl From<u64> for DigitalOutputCommand
Source§impl ToCanFrame for DigitalOutputCommand
impl ToCanFrame for DigitalOutputCommand
impl Copy for DigitalOutputCommand
Auto Trait Implementations§
impl Freeze for DigitalOutputCommand
impl RefUnwindSafe for DigitalOutputCommand
impl Send for DigitalOutputCommand
impl Sync for DigitalOutputCommand
impl Unpin for DigitalOutputCommand
impl UnwindSafe for DigitalOutputCommand
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