Struct sdl2::libc::linger
[−]
pub struct linger {
pub l_onoff: i32,
pub l_linger: i32,
}Fields
l_onoff: i32
l_linger: i32
Trait Implementations
impl Copy for linger
impl Clone for linger
fn clone(&self) -> linger
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more