Struct julia_sys::tcphdr__bindgen_ty_1__bindgen_ty_2 [] [src]

#[repr(C)]
pub struct tcphdr__bindgen_ty_1__bindgen_ty_2 { pub source: u_int16_t, pub dest: u_int16_t, pub seq: u_int32_t, pub ack_seq: u_int32_t, pub _bitfield_1: [u8; 2], pub window: u_int16_t, pub check: u_int16_t, pub urg_ptr: u_int16_t, }

Fields

Methods

impl tcphdr__bindgen_ty_1__bindgen_ty_2
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]

[src]

Formats the value using the given formatter.

impl Copy for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]

impl Clone for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more