#[repr(C)]pub struct pt_packet_ip {
pub ipc: pt_ip_compression,
pub ip: u64,
}Expand description
A packet with IP payload.
Fields§
§ipc: pt_ip_compressionIP compression.
ip: u64Zero-extended payload ip.
Trait Implementations§
Source§impl Clone for pt_packet_ip
impl Clone for pt_packet_ip
Source§fn clone(&self) -> pt_packet_ip
fn clone(&self) -> pt_packet_ip
Returns a duplicate 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 moreSource§impl Debug for pt_packet_ip
impl Debug for pt_packet_ip
Source§impl Hash for pt_packet_ip
impl Hash for pt_packet_ip
Source§impl PartialEq for pt_packet_ip
impl PartialEq for pt_packet_ip
impl Copy for pt_packet_ip
impl Eq for pt_packet_ip
impl StructuralPartialEq for pt_packet_ip
Auto Trait Implementations§
impl Freeze for pt_packet_ip
impl RefUnwindSafe for pt_packet_ip
impl Send for pt_packet_ip
impl Sync for pt_packet_ip
impl Unpin for pt_packet_ip
impl UnwindSafe for pt_packet_ip
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