[][src]Struct gstreamer::event::EventRef

#[repr(C)]
pub struct EventRef(_);

Methods

impl EventRef[src]

pub fn get_seqnum(&self) -> Seqnum[src]

pub fn get_running_time_offset(&self) -> i64[src]

pub fn set_running_time_offset(&mut self, offset: i64)[src]

pub fn get_structure(&self) -> Option<&StructureRef>[src]

pub fn is_upstream(&self) -> bool[src]

pub fn is_downstream(&self) -> bool[src]

pub fn is_serialized(&self) -> bool[src]

pub fn is_sticky(&self) -> bool[src]

pub fn is_sticky_multi(&self) -> bool[src]

pub fn get_type(&self) -> EventType[src]

pub fn view(&self) -> EventView[src]

Trait Implementations

impl AsRef<EventRef> for Event[src]

impl Borrow<EventRef> for Event[src]

impl Debug for EventRef[src]

impl MiniObject for EventRef[src]

type GstType = GstEvent

impl Send for EventRef[src]

impl StaticType for EventRef[src]

impl Sync for EventRef[src]

impl ToOwned for EventRef[src]

type Owned = Event

The resulting type after obtaining ownership.

Auto Trait Implementations

impl RefUnwindSafe for EventRef

impl Unpin for EventRef

impl UnwindSafe for EventRef

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.