[−][src]Struct nginx::tcphdr__bindgen_ty_1__bindgen_ty_2
Fields
source: u16
dest: u16
seq: u32
ack_seq: u32
_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>
window: u16
check: u16
urg_ptr: u16
Implementations
impl tcphdr__bindgen_ty_1__bindgen_ty_2
[src]
pub fn res1(&self) -> u16
[src]
pub fn set_res1(&mut self, val: u16)
[src]
pub fn doff(&self) -> u16
[src]
pub fn set_doff(&mut self, val: u16)
[src]
pub fn fin(&self) -> u16
[src]
pub fn set_fin(&mut self, val: u16)
[src]
pub fn syn(&self) -> u16
[src]
pub fn set_syn(&mut self, val: u16)
[src]
pub fn rst(&self) -> u16
[src]
pub fn set_rst(&mut self, val: u16)
[src]
pub fn psh(&self) -> u16
[src]
pub fn set_psh(&mut self, val: u16)
[src]
pub fn ack(&self) -> u16
[src]
pub fn set_ack(&mut self, val: u16)
[src]
pub fn urg(&self) -> u16
[src]
pub fn set_urg(&mut self, val: u16)
[src]
pub fn res2(&self) -> u16
[src]
pub fn set_res2(&mut self, val: u16)
[src]
pub fn new_bitfield_1(
res1: u16,
doff: u16,
fin: u16,
syn: u16,
rst: u16,
psh: u16,
ack: u16,
urg: u16,
res2: u16
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]
res1: u16,
doff: u16,
fin: u16,
syn: u16,
rst: u16,
psh: u16,
ack: u16,
urg: u16,
res2: u16
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]
fn clone(&self) -> tcphdr__bindgen_ty_1__bindgen_ty_2
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]
impl Debug for tcphdr__bindgen_ty_1__bindgen_ty_2
[src]
Auto Trait Implementations
impl RefUnwindSafe for tcphdr__bindgen_ty_1__bindgen_ty_2
impl Send for tcphdr__bindgen_ty_1__bindgen_ty_2
impl Sync for tcphdr__bindgen_ty_1__bindgen_ty_2
impl Unpin for tcphdr__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for tcphdr__bindgen_ty_1__bindgen_ty_2
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,