Struct libc::nl_pktinfo
#[repr(C)]
pub struct nl_pktinfo {
pub group: u32,
}
Fields
pub group: u32
Trait Implementations
impl Clone for nl_pktinfo
fn clone(&Self) -> nl_pktinfo
impl Copy for nl_pktinfo
impl Debug for nl_pktinfo
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for nl_pktinfo
impl Hash for nl_pktinfo
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<nl_pktinfo> for nl_pktinfo
fn eq(&Self, other: &nl_pktinfo) -> bool
fn ne(&Self, other: &nl_pktinfo) -> bool
impl StructuralEq for nl_pktinfo
impl StructuralPartialEq for nl_pktinfo
Auto Trait Implementations
impl RefUnwindSafe for nl_pktinfo
impl Send for nl_pktinfo
impl Sync for nl_pktinfo
impl Unpin for nl_pktinfo
impl UnwindSafe for nl_pktinfo
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T