#[repr(C)]pub struct tpacket2_hdr {
pub tp_status: u32,
pub tp_len: u32,
pub tp_snaplen: u32,
pub tp_mac: u16,
pub tp_net: u16,
pub tp_sec: u32,
pub tp_nsec: u32,
pub tp_vlan_tci: u16,
pub tp_vlan_tpid: u16,
pub tp_padding: [u8; 4],
}
Fields§
§tp_status: u32
§tp_len: u32
§tp_snaplen: u32
§tp_mac: u16
§tp_net: u16
§tp_sec: u32
§tp_nsec: u32
§tp_vlan_tci: u16
§tp_vlan_tpid: u16
§tp_padding: [u8; 4]
Trait Implementations§
source§impl Clone for tpacket2_hdr
impl Clone for tpacket2_hdr
source§fn clone(&self) -> tpacket2_hdr
fn clone(&self) -> tpacket2_hdr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for tpacket2_hdr
Auto Trait Implementations§
impl Freeze for tpacket2_hdr
impl RefUnwindSafe for tpacket2_hdr
impl Send for tpacket2_hdr
impl Sync for tpacket2_hdr
impl Unpin for tpacket2_hdr
impl UnwindSafe for tpacket2_hdr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)