pub struct OwnedRouteEvent { /* private fields */ }Expand description
An owned version of RouteEvent that contains data copied from the AF_XDP socket frame.
Implementations§
Auto Trait Implementations§
impl Freeze for OwnedRouteEvent
impl RefUnwindSafe for OwnedRouteEvent
impl Send for OwnedRouteEvent
impl Sync for OwnedRouteEvent
impl Unpin for OwnedRouteEvent
impl UnsafeUnpin for OwnedRouteEvent
impl UnwindSafe for OwnedRouteEvent
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