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