pub struct PcapTranslator;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcapTranslator
impl RefUnwindSafe for PcapTranslator
impl Send for PcapTranslator
impl Sync for PcapTranslator
impl Unpin for PcapTranslator
impl UnwindSafe for PcapTranslator
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