Struct cups_sys::tcphdr [] [src]

#[repr(C)]
pub struct tcphdr { pub th_sport: c_ushort, pub th_dport: c_ushort, pub th_seq: tcp_seq, pub th_ack: tcp_seq, pub _bitfield_1: u8, pub th_flags: c_uchar, pub th_win: c_ushort, pub th_sum: c_ushort, pub th_urp: c_ushort, }

Fields

Methods

impl tcphdr
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for tcphdr
[src]

[src]

Formats the value using the given formatter.

impl Copy for tcphdr
[src]

impl Clone for tcphdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more