Struct sgx_trts::libc::sigval []

#[repr(C)]
pub struct sigval { pub sival_ptr: *mut c_void, }

Fields

Trait Implementations

impl Copy for sigval

impl Clone for sigval

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for sigval

impl !Sync for sigval