Struct gstreamer_sys::GstEvent[][src]

#[repr(C)]
pub struct GstEvent { pub mini_object: GstMiniObject, pub type_: GstEventType, pub timestamp: u64, pub seqnum: u32, }

Fields

Trait Implementations

impl Copy for GstEvent
[src]

impl Clone for GstEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstEvent

impl !Sync for GstEvent