#[repr(C)]pub struct GstRTPBaseAudioPayloadClass {
pub parent_class: GstRTPBasePayloadClass,
pub _gst_reserved: [gpointer; 4],
}Fields
parent_class: GstRTPBasePayloadClass_gst_reserved: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstRTPBaseAudioPayloadClass
impl Clone for GstRTPBaseAudioPayloadClass
sourcefn clone(&self) -> GstRTPBaseAudioPayloadClass
fn clone(&self) -> GstRTPBaseAudioPayloadClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstRTPBaseAudioPayloadClass
impl Debug for GstRTPBaseAudioPayloadClass
impl Copy for GstRTPBaseAudioPayloadClass
Auto Trait Implementations
impl RefUnwindSafe for GstRTPBaseAudioPayloadClass
impl !Send for GstRTPBaseAudioPayloadClass
impl !Sync for GstRTPBaseAudioPayloadClass
impl Unpin for GstRTPBaseAudioPayloadClass
impl UnwindSafe for GstRTPBaseAudioPayloadClass
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