Struct GstPipeline
Source#[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: GstBin§fixed_clock: *mut GstClock§stream_time: GstClockTime§delay: GstClockTime§priv_: *mut GstPipelinePrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstPipeline
 
impl Clone for GstPipeline
Source§fn clone(&self) -> GstPipeline
 
fn clone(&self) -> GstPipeline
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for GstPipeline
 
impl Debug for GstPipeline
impl Copy for GstPipeline
Auto Trait Implementations§
impl Freeze for GstPipeline
impl RefUnwindSafe for GstPipeline
impl !Send for GstPipeline
impl !Sync for GstPipeline
impl Unpin for GstPipeline
impl UnwindSafe for GstPipeline
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more