Struct libc::sa_endpoints_t[][src]

#[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_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.