Struct UdpSender
pub struct UdpSender { /* private fields */ }Expand description
Send data using UDP connection
- socket- UDP socket
- addr- IP address
Implementations§
Auto Trait Implementations§
impl Freeze for UdpSender
impl RefUnwindSafe for UdpSender
impl Send for UdpSender
impl Sync for UdpSender
impl Unpin for UdpSender
impl UnwindSafe for UdpSender
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