Struct UdpReceiver
pub struct UdpReceiver { /* private fields */ }Expand description
Receive data using UDP connection
- multicast_addr- Multicast address
- local_addr- Local address
Implementations§
Auto Trait Implementations§
impl Freeze for UdpReceiver
impl RefUnwindSafe for UdpReceiver
impl Send for UdpReceiver
impl Sync for UdpReceiver
impl Unpin for UdpReceiver
impl UnwindSafe for UdpReceiver
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