pub struct AfXdp { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AfXdp
impl RefUnwindSafe for AfXdp
impl Send for AfXdp
impl Sync for AfXdp
impl Unpin for AfXdp
impl UnwindSafe for AfXdp
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