Struct gstreamer_rtp_sys::GstRTCPPacket [−][src]
#[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 GstRTCPBuffer
offset: c_uint
padding: gboolean
count: u8
type_: GstRTCPType
length: u16
item_offset: c_uint
item_count: c_uint
entry_offset: c_uint
Trait Implementations
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
Mutably borrows from an owned value. Read more