Struct cups_sys::sa_endpoints [] [src]

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

Trait Implementations

impl Debug for sa_endpoints
[src]

[src]

Formats the value using the given formatter.

impl Copy for sa_endpoints
[src]

impl Clone for sa_endpoints
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more