Struct gstreamer_sys::GstMessage[][src]

#[repr(C)]
pub struct GstMessage { pub mini_object: GstMiniObject, pub type_: GstMessageType, pub timestamp: u64, pub src: *mut GstObject, pub seqnum: u32, pub lock: GMutex, pub cond: GCond, }

Fields

Trait Implementations

impl Copy for GstMessage
[src]

impl Clone for GstMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMessage

impl !Sync for GstMessage