#[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_uint
§sae_srcaddr: *const sockaddr
§sae_srcaddrlen: socklen_t
§sae_dstaddr: *const sockaddr
§sae_dstaddrlen: socklen_t
Trait Implementations§
Source§impl Clone for sa_endpoints_t
impl Clone for sa_endpoints_t
Source§fn clone(&self) -> sa_endpoints_t
fn clone(&self) -> sa_endpoints_t
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 sa_endpoints_t
impl Debug for sa_endpoints_t
Source§impl Hash for sa_endpoints_t
impl Hash for sa_endpoints_t
Source§impl PartialEq for sa_endpoints_t
impl PartialEq for sa_endpoints_t
impl Copy for sa_endpoints_t
impl Eq for sa_endpoints_t
impl StructuralPartialEq for sa_endpoints_t
Auto Trait Implementations§
impl Freeze for sa_endpoints_t
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§
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