Struct gst::ffi::Struct__GstMessage[][src]

#[repr(C)]
pub struct Struct__GstMessage { pub mini_object: GstMiniObject, pub _type: GstMessageType, pub timestamp: guint64, pub src: *mut GstObject, pub seqnum: guint32, pub lock: GMutex, pub cond: GCond, }

Fields

Trait Implementations

impl Default for Struct__GstMessage
[src]

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

Auto Trait Implementations

impl !Sync for Struct__GstMessage