Struct gstreamer_sys::GstEvent [−][src]
#[repr(C)]pub struct GstEvent { pub mini_object: GstMiniObject, pub type_: GstEventType, pub timestamp: u64, pub seqnum: u32, }
Fields
mini_object: GstMiniObject
type_: GstEventType
timestamp: u64
seqnum: u32
Trait Implementations
impl Copy for GstEvent
[src]
impl Copy for GstEvent
impl Clone for GstEvent
[src]
impl Clone for GstEvent
fn clone(&self) -> GstEvent
[src]
fn clone(&self) -> GstEvent
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 GstEvent
[src]
impl Debug for GstEvent