[go: up one dir, main page]

Struct sdl2::libc::sigaction []

pub struct sigaction {
    pub sa_sigaction: usize,
    pub sa_mask: sigset_t,
    pub sa_flags: i32,
    // some fields omitted
}

Fields

sa_sigaction: usize sa_mask: sigset_t sa_flags: i32

Trait Implementations

impl Copy for sigaction

impl Clone for sigaction

fn clone(&self) -> sigaction

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