#[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 duplicate of the value. Read more
1.0.0 (const: unstable)§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
Source§impl Debug for tpacket2_hdr
impl Debug for tpacket2_hdr
impl Eq for tpacket2_hdr
Source§impl Hash for tpacket2_hdr
impl Hash for tpacket2_hdr
Source§impl PartialEq for tpacket2_hdr
impl PartialEq for tpacket2_hdr
impl StructuralPartialEq 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 UnsafeUnpin for tpacket2_hdr
impl UnwindSafe for tpacket2_hdr
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)