#[repr(C)]
pub union endpoint_addrs {
pub socket_addr: socket_address,
}
Fields§
§socket_addr: socket_address
Trait Implementations§
Source§impl Clone for endpoint_addrs
impl Clone for endpoint_addrs
Source§fn clone(&self) -> endpoint_addrs
fn clone(&self) -> endpoint_addrs
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 moreimpl Copy for endpoint_addrs
Auto Trait Implementations§
impl Freeze for endpoint_addrs
impl RefUnwindSafe for endpoint_addrs
impl Send for endpoint_addrs
impl Sync for endpoint_addrs
impl Unpin for endpoint_addrs
impl UnwindSafe for endpoint_addrs
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