Struct gst::ffi::Struct_sigevent [−][src]
#[repr(C)]pub struct Struct_sigevent { pub sigev_value: sigval_t, pub sigev_signo: c_int, pub sigev_notify: c_int, pub _sigev_un: Union_Unnamed24, }
Fields
sigev_value: sigval_t
sigev_signo: c_int
sigev_notify: c_int
_sigev_un: Union_Unnamed24
Trait Implementations
impl Clone for Struct_sigevent
[src]
impl Clone for Struct_sigevent
fn clone(&self) -> Struct_sigevent
[src]
fn clone(&self) -> Struct_sigevent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct_sigevent
[src]
impl Copy for Struct_sigevent
impl Default for Struct_sigevent
[src]
impl Default for Struct_sigevent
fn default() -> Struct_sigevent
[src]
fn default() -> Struct_sigevent
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct_sigevent
impl Send for Struct_sigevent
impl Sync for Struct_sigevent
impl Sync for Struct_sigevent