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

Trait Implementations

impl Default for Struct___pthread_cleanup_frame
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct___pthread_cleanup_frame

impl !Sync for Struct___pthread_cleanup_frame