#[repr(C, packed(1))]pub struct CsEvt {
pub status: u8,
pub num_cmd: u8,
pub cmd_code: u16,
}
Expand description
The payload of Evt
for a command status event
Fields§
§status: u8
§num_cmd: u8
§cmd_code: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsEvt
impl RefUnwindSafe for CsEvt
impl Send for CsEvt
impl Sync for CsEvt
impl Unpin for CsEvt
impl UnwindSafe for CsEvt
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