Struct gstreamer_rtp_sys::GstRTPBaseDepayload
source · #[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: GstElement
§sinkpad: *mut GstPad
§srcpad: *mut GstPad
§clock_rate: c_uint
§segment: GstSegment
§need_newsegment: gboolean
§priv_: *mut GstRTPBaseDepayloadPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstRTPBaseDepayload
impl Clone for GstRTPBaseDepayload
source§fn clone(&self) -> GstRTPBaseDepayload
fn clone(&self) -> GstRTPBaseDepayload
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 GstRTPBaseDepayload
impl Debug for GstRTPBaseDepayload
impl Copy for GstRTPBaseDepayload
Auto Trait Implementations§
impl Freeze for GstRTPBaseDepayload
impl RefUnwindSafe for GstRTPBaseDepayload
impl !Send for GstRTPBaseDepayload
impl !Sync for GstRTPBaseDepayload
impl Unpin for GstRTPBaseDepayload
impl UnwindSafe for GstRTPBaseDepayload
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
)