pub struct UDPEndpoint { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for UDPEndpoint
impl Clone for UDPEndpoint
Source§fn clone(&self) -> UDPEndpoint
fn clone(&self) -> UDPEndpoint
Returns a copy 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 UDPEndpoint
impl Debug for UDPEndpoint
Source§impl PartialEq for UDPEndpoint
impl PartialEq for UDPEndpoint
impl Copy for UDPEndpoint
impl Eq for UDPEndpoint
impl StructuralPartialEq for UDPEndpoint
Auto Trait Implementations§
impl Freeze for UDPEndpoint
impl RefUnwindSafe for UDPEndpoint
impl Send for UDPEndpoint
impl Sync for UDPEndpoint
impl Unpin for UDPEndpoint
impl UnwindSafe for UDPEndpoint
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