Struct libc_interface::nl_pktinfo[][src]

#[repr(C)]
pub struct nl_pktinfo { pub group: u32, }

Fields

Trait Implementations

impl Copy for nl_pktinfo
[src]

impl Clone for nl_pktinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nl_pktinfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nl_pktinfo
[src]

Auto Trait Implementations

impl Send for nl_pktinfo

impl Sync for nl_pktinfo