[][src]Struct gstreamer_sys::GstPipeline

#[repr(C)]
pub struct GstPipeline {
    pub bin: GstBin,
    pub fixed_clock: *mut GstClock,
    pub stream_time: GstClockTime,
    pub delay: GstClockTime,
    pub priv_: *mut GstPipelinePrivate,
    pub _gst_reserved: [gpointer; 4],
}

Fields

bin: GstBinfixed_clock: *mut GstClockstream_time: GstClockTimedelay: GstClockTimepriv_: *mut GstPipelinePrivate_gst_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GstPipeline[src]

impl Copy for GstPipeline[src]

impl Debug for GstPipeline[src]

Auto Trait Implementations

impl RefUnwindSafe for GstPipeline

impl !Send for GstPipeline

impl !Sync for GstPipeline

impl Unpin for GstPipeline

impl UnwindSafe for GstPipeline

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.