pub struct UdpNetworkInterface { /* private fields */ }Expand description
UDP network interface implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpNetworkInterface
impl RefUnwindSafe for UdpNetworkInterface
impl Send for UdpNetworkInterface
impl Sync for UdpNetworkInterface
impl Unpin for UdpNetworkInterface
impl UnsafeUnpin for UdpNetworkInterface
impl UnwindSafe for UdpNetworkInterface
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