Struct cups_sys::sockaddr_in [] [src]

#[repr(C)]
pub struct sockaddr_in { pub sin_len: __uint8_t, pub sin_family: sa_family_t, pub sin_port: in_port_t, pub sin_addr: in_addr, pub sin_zero: [c_char; 8], }

Fields

Trait Implementations

impl Debug for sockaddr_in
[src]

[src]

Formats the value using the given formatter.

impl Copy for sockaddr_in
[src]

impl Clone for sockaddr_in
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more