Struct windows_sys::Win32::Networking::WinSock::TCP_HDR
[−]#[repr(C, packed(1))]pub struct TCP_HDR {
pub th_sport: u16,
pub th_dport: u16,
pub th_seq: u32,
pub th_ack: u32,
pub _bitfield: u8,
pub th_flags: u8,
pub th_win: u16,
pub th_sum: u16,
pub th_urp: u16,
}Expand description
Required features: "Win32_Networking_WinSock"
Fields
th_sport: u16th_dport: u16th_seq: u32th_ack: u32_bitfield: u8th_flags: u8th_win: u16th_sum: u16th_urp: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TCP_HDR
impl Send for TCP_HDR
impl Sync for TCP_HDR
impl Unpin for TCP_HDR
impl UnwindSafe for TCP_HDR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more