[][src]Struct gst::ffi::Struct__GstBaseSink

#[repr(C)]
pub struct Struct__GstBaseSink { pub element: GstElement, pub sinkpad: *mut GstPad, pub pad_mode: GstPadMode, pub offset: guint64, pub can_activate_pull: gboolean, pub can_activate_push: gboolean, pub preroll_lock: GMutex, pub preroll_cond: GCond, pub eos: gboolean, pub need_preroll: gboolean, pub have_preroll: gboolean, pub playing_async: gboolean, pub have_newsegment: gboolean, pub segment: GstSegment, pub clock_id: GstClockID, pub sync: gboolean, pub flushing: gboolean, pub running: gboolean, pub max_lateness: gint64, pub _priv: *mut GstBaseSinkPrivate, pub _gst_reserved: [gpointer; 20], }

Fields

element: GstElementsinkpad: *mut GstPadpad_mode: GstPadModeoffset: guint64can_activate_pull: gbooleancan_activate_push: gbooleanpreroll_lock: GMutexpreroll_cond: GCondeos: gbooleanneed_preroll: gbooleanhave_preroll: gbooleanplaying_async: gbooleanhave_newsegment: gbooleansegment: GstSegmentclock_id: GstClockIDsync: gbooleanflushing: gbooleanrunning: gbooleanmax_lateness: gint64_priv: *mut GstBaseSinkPrivate_gst_reserved: [gpointer; 20]

Trait Implementations

impl Default for Struct__GstBaseSink[src]

impl Clone for Struct__GstBaseSink[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Struct__GstBaseSink[src]

Auto Trait Implementations

impl !Send for Struct__GstBaseSink

impl !Sync for Struct__GstBaseSink

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.