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