Struct gdnative_visual_script::common::libc::sigevent[][src]

#[repr(C)]
pub struct sigevent { pub sigev_value: sigval, pub sigev_signo: i32, pub sigev_notify: i32, pub sigev_notify_thread_id: i32, // some fields omitted }

Fields

Trait Implementations

impl Clone for sigevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sigevent
[src]

Auto Trait Implementations

impl !Send for sigevent

impl !Sync for sigevent