Struct windows_sys::Win32::Networking::WinSock::TCP_OPT_TS
#[repr(C, packed(1))]pub struct TCP_OPT_TS {
pub Kind: u8,
pub Length: u8,
pub Val: u32,
pub EcR: u32,
}Fields§
§Kind: u8§Length: u8§Val: u32§EcR: u32Trait Implementations§
§impl Clone for TCP_OPT_TS
impl Clone for TCP_OPT_TS
impl Copy for TCP_OPT_TS
Auto Trait Implementations§
impl RefUnwindSafe for TCP_OPT_TS
impl Send for TCP_OPT_TS
impl Sync for TCP_OPT_TS
impl Unpin for TCP_OPT_TS
impl UnwindSafe for TCP_OPT_TS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more