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