Struct windows_sys::Win32::Networking::WinSock::TCP_ICW_PARAMETERS
[−]#[repr(C)]pub struct TCP_ICW_PARAMETERS {
pub Level: TCP_ICW_LEVEL,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
Level: TCP_ICW_LEVEL
Trait Implementations
impl Clone for TCP_ICW_PARAMETERS
impl Clone for TCP_ICW_PARAMETERS
impl Copy for TCP_ICW_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for TCP_ICW_PARAMETERS
impl Send for TCP_ICW_PARAMETERS
impl Sync for TCP_ICW_PARAMETERS
impl Unpin for TCP_ICW_PARAMETERS
impl UnwindSafe for TCP_ICW_PARAMETERS
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