[][src]Struct gstreamer_sys::GstEvent

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

Fields

mini_object: GstMiniObjecttype_: GstEventTypetimestamp: u64seqnum: u32

Trait Implementations

impl Clone for GstEvent[src]

impl Copy for GstEvent[src]

impl Debug for GstEvent[src]

Auto Trait Implementations

impl !Send for GstEvent

impl Unpin for GstEvent

impl !Sync for GstEvent

impl UnwindSafe for GstEvent

impl RefUnwindSafe for GstEvent

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]