pub struct UDP_Stream {
pub socket_addr: SocketAddr,
pub input: InputStream,
pub output: OutputStream,
}Fields§
§socket_addr: SocketAddr§input: InputStream§output: OutputStreamImplementations§
Source§impl UDP_Stream
impl UDP_Stream
pub fn init(socket_addr: SocketAddr) -> (UDP_Stream, SocketFeeder)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UDP_Stream
impl RefUnwindSafe for UDP_Stream
impl Send for UDP_Stream
impl !Sync for UDP_Stream
impl Unpin for UDP_Stream
impl UnwindSafe for UDP_Stream
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