Struct windows_sys::Win32::Networking::WinSock::LINGER
#[repr(C)]pub struct LINGER {
pub l_onoff: u16,
pub l_linger: u16,
}
Fields§
§l_onoff: u16
§l_linger: u16
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LINGER
impl Send for LINGER
impl Sync for LINGER
impl Unpin for LINGER
impl UnwindSafe for LINGER
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