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