Struct gstreamer_base_sys::GstAggregatorPad [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for GstAggregatorPadimpl !Send for GstAggregatorPadimpl !Sync for GstAggregatorPadimpl Unpin for GstAggregatorPadimpl UnwindSafe for GstAggregatorPadBlanket Implementations
Mutably borrows from an owned value. Read more