Fields
command: u16
argument: u16
data: Vec<u8, D>
Trait Implementations
Auto Trait Implementations
impl<const D: usize> RefUnwindSafe for Cmd<D>
impl<const D: usize> Send for Cmd<D>
impl<const D: usize> Sync for Cmd<D>
impl<const D: usize> Unpin for Cmd<D>
impl<const D: usize> UnwindSafe for Cmd<D>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more