pub struct UdpFrameReader<'a> { /* private fields */ }Expand description
Receives frames over UDP.
Implementations§
Source§impl<'a> UdpFrameReader<'a>
impl<'a> UdpFrameReader<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UdpFrameReader<'a>
impl<'a> RefUnwindSafe for UdpFrameReader<'a>
impl<'a> Send for UdpFrameReader<'a>
impl<'a> Sync for UdpFrameReader<'a>
impl<'a> Unpin for UdpFrameReader<'a>
impl<'a> UnsafeUnpin for UdpFrameReader<'a>
impl<'a> UnwindSafe for UdpFrameReader<'a>
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