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 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§
source§impl Clone for GstRTCPPacket
impl Clone for GstRTCPPacket
source§fn clone(&self) -> GstRTCPPacket
fn clone(&self) -> GstRTCPPacket
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 GstRTCPPacket
impl Debug for GstRTCPPacket
impl Copy for GstRTCPPacket
Auto Trait Implementations§
impl Freeze for GstRTCPPacket
impl RefUnwindSafe for GstRTCPPacket
impl !Send for GstRTCPPacket
impl !Sync for GstRTCPPacket
impl Unpin for GstRTCPPacket
impl UnwindSafe for GstRTCPPacket
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)