#[repr(C)]pub struct LINGER {
pub l_onoff: u16,
pub l_linger: u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§l_onoff: u16
🔬This is a nightly-only experimental API. (
§windows_c
)l_linger: u16
🔬This is a nightly-only experimental API. (
windows_c
)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