Struct gstreamer_sys::GstMessage
source · #[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: GCondTrait Implementations§
source§impl Clone for GstMessage
impl Clone for GstMessage
source§fn clone(&self) -> GstMessage
fn clone(&self) -> GstMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more