Struct gstreamer_rtp_sys::GstRTPBaseDepayload [−][src]
#[repr(C)]pub struct GstRTPBaseDepayload { pub parent: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub clock_rate: c_uint, pub segment: GstSegment, pub need_newsegment: gboolean, pub priv_: *mut GstRTPBaseDepayloadPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstElementsinkpad: *mut GstPadsrcpad: *mut GstPadclock_rate: c_uintsegment: GstSegmentneed_newsegment: gbooleanpriv_: *mut GstRTPBaseDepayloadPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPBaseDepayloadimpl !Send for GstRTPBaseDepayloadimpl !Sync for GstRTPBaseDepayloadimpl Unpin for GstRTPBaseDepayloadimpl UnwindSafe for GstRTPBaseDepayloadBlanket Implementations
Mutably borrows from an owned value. Read more