pub enum ODriveCommand {
Read(ReadComm),
Write(WriteComm),
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ODriveCommand
impl Clone for ODriveCommand
Source§fn clone(&self) -> ODriveCommand
fn clone(&self) -> ODriveCommand
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 ODriveCommand
impl Debug for ODriveCommand
Source§impl Hash for ODriveCommand
impl Hash for ODriveCommand
Source§impl PartialEq for ODriveCommand
impl PartialEq for ODriveCommand
impl Copy for ODriveCommand
impl Eq for ODriveCommand
impl StructuralPartialEq for ODriveCommand
Auto Trait Implementations§
impl Freeze for ODriveCommand
impl RefUnwindSafe for ODriveCommand
impl Send for ODriveCommand
impl Sync for ODriveCommand
impl Unpin for ODriveCommand
impl UnwindSafe for ODriveCommand
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