pub struct UdpConfigured { /* private fields */ }
Expand description
UDP protocol configured state
Contains the server address for UDP communication. Note: UDP only supports synchronous mode.
Auto Trait Implementations§
impl Freeze for UdpConfigured
impl RefUnwindSafe for UdpConfigured
impl Send for UdpConfigured
impl Sync for UdpConfigured
impl Unpin for UdpConfigured
impl UnwindSafe for UdpConfigured
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