pub struct sUdpSocket { /* private fields */ }Trait Implementations§
Source§impl Clone for sUdpSocket
impl Clone for sUdpSocket
Source§fn clone(&self) -> sUdpSocket
fn clone(&self) -> sUdpSocket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sUdpSocket
impl Debug for sUdpSocket
impl Copy for sUdpSocket
Auto Trait Implementations§
impl Freeze for sUdpSocket
impl RefUnwindSafe for sUdpSocket
impl Send for sUdpSocket
impl Sync for sUdpSocket
impl Unpin for sUdpSocket
impl UnwindSafe for sUdpSocket
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