[][src]Struct gstreamer_base_sys::GstBaseSrc

#[repr(C)]
pub struct GstBaseSrc { pub element: GstElement, pub srcpad: *mut GstPad, pub live_lock: GMutex, pub live_cond: GCond, pub is_live: gboolean, pub live_running: gboolean, pub blocksize: c_uint, pub can_activate_push: gboolean, pub random_access: gboolean, pub clock_id: GstClockID, pub segment: GstSegment, pub need_newsegment: gboolean, pub num_buffers: c_int, pub num_buffers_left: c_int, pub typefind: gboolean, pub running: gboolean, pub pending_seek: *mut GstEvent, pub priv_: *mut GstBaseSrcPrivate, pub _gst_reserved: [gpointer; 20], }

Fields

element: GstElementsrcpad: *mut GstPadlive_lock: GMutexlive_cond: GCondis_live: gbooleanlive_running: gbooleanblocksize: c_uintcan_activate_push: gbooleanrandom_access: gbooleanclock_id: GstClockIDsegment: GstSegmentneed_newsegment: gbooleannum_buffers: c_intnum_buffers_left: c_inttypefind: gbooleanrunning: gbooleanpending_seek: *mut GstEventpriv_: *mut GstBaseSrcPrivate_gst_reserved: [gpointer; 20]

Trait Implementations

impl Copy for GstBaseSrc[src]

impl Clone for GstBaseSrc[src]

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

Performs copy-assignment from source. Read more

impl Debug for GstBaseSrc[src]

Auto Trait Implementations

impl !Send for GstBaseSrc

impl !Sync for GstBaseSrc

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]