Struct pgx_pg_sys::sa_endpoints
source · #[repr(C)]pub struct sa_endpoints {
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_tTrait Implementations§
source§impl Clone for sa_endpoints
impl Clone for sa_endpoints
source§fn clone(&self) -> sa_endpoints
fn clone(&self) -> sa_endpoints
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 more