pub struct RxqOvfl;
Expand description
Indicates that an unsigned 32-bit value ancillary message (cmsg) should be attached to received skbs indicating the number of packets dropped by the socket since its creation.
Trait Implementations§
source§impl GetSockOpt for RxqOvfl
impl GetSockOpt for RxqOvfl
source§impl SetSockOpt for RxqOvfl
impl SetSockOpt for RxqOvfl
impl Copy for RxqOvfl
impl Eq for RxqOvfl
impl StructuralPartialEq for RxqOvfl
Auto Trait Implementations§
impl Freeze for RxqOvfl
impl RefUnwindSafe for RxqOvfl
impl Send for RxqOvfl
impl Sync for RxqOvfl
impl Unpin for RxqOvfl
impl UnwindSafe for RxqOvfl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)