Struct julia_sys::tcphdr__bindgen_ty_1__bindgen_ty_1 [] [src]

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

Fields

Methods

impl tcphdr__bindgen_ty_1__bindgen_ty_1
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for tcphdr__bindgen_ty_1__bindgen_ty_1
[src]

[src]

Formats the value using the given formatter.

impl Copy for tcphdr__bindgen_ty_1__bindgen_ty_1
[src]

impl Clone for tcphdr__bindgen_ty_1__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more