Struct windows_sys::Win32::Networking::WinSock::TCP_OPT_MSS
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
Kind: u8Length: u8Mss: u16Trait Implementations
impl Clone for TCP_OPT_MSS
impl Clone for TCP_OPT_MSS
impl Copy for TCP_OPT_MSS
Auto Trait Implementations
impl RefUnwindSafe for TCP_OPT_MSS
impl Send for TCP_OPT_MSS
impl Sync for TCP_OPT_MSS
impl Unpin for TCP_OPT_MSS
impl UnwindSafe for TCP_OPT_MSS
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