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