Struct libc::sa_endpoints_t 
source · [−]#[repr(C)]pub struct sa_endpoints_t {
    pub sae_srcif: c_uint,
    pub sae_srcaddr: *const sockaddr,
    pub sae_srcaddrlen: socklen_t,
    pub sae_dstaddr: *const sockaddr,
    pub sae_dstaddrlen: socklen_t,
}Fields
sae_srcif: c_uintsae_srcaddr: *const sockaddrsae_srcaddrlen: socklen_tsae_dstaddr: *const sockaddrsae_dstaddrlen: socklen_tTrait Implementations
sourceimpl Clone for sa_endpoints_t
 
impl Clone for sa_endpoints_t
sourcefn clone(&self) -> sa_endpoints_t
 
fn clone(&self) -> sa_endpoints_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for sa_endpoints_t
Auto Trait Implementations
impl RefUnwindSafe for sa_endpoints_t
impl !Send for sa_endpoints_t
impl !Sync for sa_endpoints_t
impl Unpin for sa_endpoints_t
impl UnwindSafe for sa_endpoints_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more