Struct gstreamer_base_sys::GstAggregatorPad
source · #[repr(C)]pub struct GstAggregatorPad {
pub parent: GstPad,
pub segment: GstSegment,
pub priv_: *mut GstAggregatorPadPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields
parent: GstPadsegment: GstSegmentpriv_: *mut GstAggregatorPadPrivate_gst_reserved: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstAggregatorPad
impl Clone for GstAggregatorPad
sourcefn clone(&self) -> GstAggregatorPad
fn clone(&self) -> GstAggregatorPad
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstAggregatorPad
impl Debug for GstAggregatorPad
impl Copy for GstAggregatorPad
Auto Trait Implementations
impl RefUnwindSafe for GstAggregatorPad
impl !Send for GstAggregatorPad
impl !Sync for GstAggregatorPad
impl Unpin for GstAggregatorPad
impl UnwindSafe for GstAggregatorPad
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more