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 Debug for GstMessage
[src]

[src]

Formats the value using the given formatter.