Struct gstreamer_sys::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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)