#[repr(C)]pub struct pcap_stat {
pub ps_recv: u_int,
pub ps_drop: u_int,
pub ps_ifdrop: u_int,
}Fields§
§ps_recv: u_int§ps_drop: u_int§ps_ifdrop: u_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for pcap_stat
impl RefUnwindSafe for pcap_stat
impl Send for pcap_stat
impl Sync for pcap_stat
impl Unpin for pcap_stat
impl UnwindSafe for pcap_stat
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