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
sourceimpl GetSockOpt for RxqOvfl
impl GetSockOpt for RxqOvfl
sourceimpl SetSockOpt for RxqOvfl
impl SetSockOpt for RxqOvfl
impl Copy for RxqOvfl
impl Eq for RxqOvfl
impl StructuralEq for RxqOvfl
impl StructuralPartialEq for RxqOvfl
Auto Trait Implementations
impl RefUnwindSafe for RxqOvfl
impl Send for RxqOvfl
impl Sync for RxqOvfl
impl Unpin for RxqOvfl
impl UnwindSafe for RxqOvfl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more