Struct vonuvoli_scheme::externals::libc::sigval[][src]

#[repr(C)]
pub struct sigval { pub sival_ptr: *mut c_void, }
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io

Fields

🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io

Trait Implementations

impl Copy for sigval
[src]

impl Clone for sigval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for sigval

impl !Sync for sigval