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: GstMiniObject
type_: GstMessageType
timestamp: u64
src: *mut GstObject
seqnum: u32
lock: GMutex
cond: GCond
Trait 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