#[repr(C)]pub struct pcap_pkthdr {
pub ts: timeval,
pub caplen: bpf_u_int32,
pub len: bpf_u_int32,
pub comment: [c_char; 256],
}Fields§
§ts: timeval§caplen: bpf_u_int32§len: bpf_u_int32§comment: [c_char; 256]Auto Trait Implementations§
impl Freeze for pcap_pkthdr
impl RefUnwindSafe for pcap_pkthdr
impl Send for pcap_pkthdr
impl Sync for pcap_pkthdr
impl Unpin for pcap_pkthdr
impl UnwindSafe for pcap_pkthdr
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