#[repr(C, packed(1))]pub struct EvtSerial {
pub kind: u8,
pub evt: Evt,
}
Fields§
§kind: u8
§evt: Evt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvtSerial
impl RefUnwindSafe for EvtSerial
impl Send for EvtSerial
impl Sync for EvtSerial
impl Unpin for EvtSerial
impl UnwindSafe for EvtSerial
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