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
mini_object: GstMiniObjecttype_: GstMessageTypetimestamp: u64src: *mut GstObjectseqnum: u32lock: GMutexcond: GCondTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMessage
impl !Send for GstMessage
impl !Sync for GstMessage
impl Unpin for GstMessage
impl UnwindSafe for GstMessage
Blanket Implementations
Mutably borrows from an owned value. Read more