#[repr(C)]pub struct zts_linger {
pub l_onoff: c_int,
pub l_linger: c_int,
}
Fields§
§l_onoff: c_int
§l_linger: c_int
Trait Implementations§
Source§impl Clone for zts_linger
impl Clone for zts_linger
Source§fn clone(&self) -> zts_linger
fn clone(&self) -> zts_linger
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for zts_linger
impl Debug for zts_linger
impl Copy for zts_linger
Auto Trait Implementations§
impl Freeze for zts_linger
impl RefUnwindSafe for zts_linger
impl Send for zts_linger
impl Sync for zts_linger
impl Unpin for zts_linger
impl UnwindSafe for zts_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