Struct gst::ffi::Struct__GThread[][src]

#[repr(C)]
pub struct Struct__GThread { pub func: GThreadFunc, pub data: gpointer, pub joinable: gboolean, pub priority: GThreadPriority, }

Fields

Trait Implementations

impl Default for Struct__GThread
[src]

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

Auto Trait Implementations

impl !Send for Struct__GThread

impl !Sync for Struct__GThread