pub struct IoEvent {
pub event_processor_id: u8,
pub event_id: u64,
pub event: NetworkEvent,
}
Fields§
§event_processor_id: u8
§event_id: u64
§event: NetworkEvent
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoEvent
impl !RefUnwindSafe for IoEvent
impl Send for IoEvent
impl Sync for IoEvent
impl Unpin for IoEvent
impl !UnwindSafe for IoEvent
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