Struct julia_sys::sigaltstack [] [src]

#[repr(C)]
pub struct sigaltstack { pub ss_sp: *mut c_void, pub ss_flags: c_int, pub ss_size: usize, }

Fields

Trait Implementations

impl Debug for sigaltstack
[src]

[src]

Formats the value using the given formatter.

impl Copy for sigaltstack
[src]

impl Clone for sigaltstack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more