Struct gstreamer_rtp_sys::GstRTCPPacket
source · [−]#[repr(C)]pub struct GstRTCPPacket {
pub rtcp: *mut GstRTCPBuffer,
pub offset: c_uint,
pub padding: gboolean,
pub count: u8,
pub type_: GstRTCPType,
pub length: u16,
pub item_offset: c_uint,
pub item_count: c_uint,
pub entry_offset: c_uint,
}Fields
rtcp: *mut GstRTCPBufferoffset: c_uintpadding: gbooleancount: u8type_: GstRTCPTypelength: u16item_offset: c_uintitem_count: c_uintentry_offset: c_uintTrait Implementations
sourceimpl Clone for GstRTCPPacket
impl Clone for GstRTCPPacket
sourcefn clone(&self) -> GstRTCPPacket
fn clone(&self) -> GstRTCPPacket
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 GstRTCPPacket
impl Debug for GstRTCPPacket
impl Copy for GstRTCPPacket
Auto Trait Implementations
impl RefUnwindSafe for GstRTCPPacket
impl !Send for GstRTCPPacket
impl !Sync for GstRTCPPacket
impl Unpin for GstRTCPPacket
impl UnwindSafe for GstRTCPPacket
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