Struct contec_protocol::incoming_package::CommandFeedback
source · [−]Expand description
Command Feedback
Fields
command: u8
Command
code: u8
Reason Code
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandFeedback
impl Send for CommandFeedback
impl Sync for CommandFeedback
impl Unpin for CommandFeedback
impl UnwindSafe for CommandFeedback
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