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::Resultimpl Hash for RxqOvfl
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for RxqOvflimpl StructuralPartialEq for RxqOvflAuto Trait Implementations
impl RefUnwindSafe for RxqOvflimpl UnwindSafe for RxqOvflBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T