Struct nix::sys::socket::sockopt::RxqOvfl
pub struct RxqOvfl;
Documentation
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
impl Debug for RxqOvfl
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for RxqOvfl
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for RxqOvfl
impl StructuralPartialEq for RxqOvfl
Auto Trait Implementations
impl RefUnwindSafe for RxqOvfl
impl UnwindSafe for RxqOvfl
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T