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
impl Copy for GstMessage
[src]
impl Copy for GstMessage
impl Clone for GstMessage
[src]
impl Clone for GstMessage
fn clone(&self) -> GstMessage
[src]
fn clone(&self) -> GstMessage
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstMessage
[src]
impl Debug for GstMessage
Auto Trait Implementations
impl !Send for GstMessage
impl !Send for GstMessage
impl !Sync for GstMessage
impl !Sync for GstMessage