Struct syscall::data::SigAction [] [src]

#[repr(C)]
pub struct SigAction { pub sa_handler: extern "C" fn(_: usize), pub sa_mask: [u64; 2], pub sa_flags: usize, }

Fields

Trait Implementations

impl Copy for SigAction
[src]

impl Clone for SigAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SigAction
[src]

[src]

Formats the value using the given formatter.

impl Default for SigAction
[src]

[src]

Returns the "default value" for a type. Read more