pub struct pcap { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for pcap
impl RefUnwindSafe for pcap
impl Send for pcap
impl Sync for pcap
impl Unpin for pcap
impl UnwindSafe for pcap
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