[−][src]Struct gstreamer_rtp_sys::GstRTPBasePayload
Fields
element: GstElement
sinkpad: *mut GstPad
srcpad: *mut GstPad
ts_base: u32
seqnum_base: u16
media: *mut c_char
encoding_name: *mut c_char
dynamic: gboolean
clock_rate: u32
ts_offset: i32
timestamp: u32
seqnum_offset: i16
seqnum: u16
max_ptime: i64
pt: c_uint
ssrc: c_uint
current_ssrc: c_uint
mtu: c_uint
segment: GstSegment
min_ptime: u64
ptime: u64
ptime_multiple: u64
priv_: *mut GstRTPBasePayloadPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Clone for GstRTPBasePayload
[src]
fn clone(&self) -> GstRTPBasePayload
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GstRTPBasePayload
[src]
impl Debug for GstRTPBasePayload
[src]
Auto Trait Implementations
impl !Send for GstRTPBasePayload
impl Unpin for GstRTPBasePayload
impl !Sync for GstRTPBasePayload
impl UnwindSafe for GstRTPBasePayload
impl RefUnwindSafe for GstRTPBasePayload
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,