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