Struct gst::ffi::Struct___pthread_cleanup_frame [−][src]
#[repr(C)]pub struct Struct___pthread_cleanup_frame { pub __cancel_routine: Option<extern "C" fn(arg1: *mut c_void)>, pub __cancel_arg: *mut c_void, pub __do_it: c_int, pub __cancel_type: c_int, }
Fields
__cancel_routine: Option<extern "C" fn(arg1: *mut c_void)>
__cancel_arg: *mut c_void
__do_it: c_int
__cancel_type: c_int
Trait Implementations
impl Default for Struct___pthread_cleanup_frame
[src]
impl Default for Struct___pthread_cleanup_frame
fn default() -> Struct___pthread_cleanup_frame
[src]
fn default() -> Struct___pthread_cleanup_frame
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct___pthread_cleanup_frame
impl !Send for Struct___pthread_cleanup_frame
impl !Sync for Struct___pthread_cleanup_frame
impl !Sync for Struct___pthread_cleanup_frame