pub struct EventNotification {
pub event_id: u32,
pub epb: Bytes,
}Expand description
WireOp::Event notification, pushed by the server on the auxiliary channel
Fields§
§event_id: u32Id of the WireOp::QueEvents registration this notification answers
epb: BytesEvent parameter block holding the updated occurrence counters
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for EventNotification
impl RefUnwindSafe for EventNotification
impl Send for EventNotification
impl Sync for EventNotification
impl Unpin for EventNotification
impl UnsafeUnpin for EventNotification
impl UnwindSafe for EventNotification
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