Struct cups_sys::ip [] [src]

#[repr(C)]
pub struct ip { pub _bitfield_1: u8, pub ip_tos: u_char, pub ip_len: u_short, pub ip_id: u_short, pub ip_off: u_short, pub ip_ttl: u_char, pub ip_p: u_char, pub ip_sum: u_short, pub ip_src: in_addr, pub ip_dst: in_addr, }

Fields

Methods

impl ip
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for ip
[src]

[src]

Formats the value using the given formatter.

impl Copy for ip
[src]

impl Clone for ip
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more