Struct gstreamer_rtp_sys::GstRTPBuffer
source · #[repr(C)]pub struct GstRTPBuffer {
pub buffer: *mut GstBuffer,
pub state: c_uint,
pub data: [gpointer; 4],
pub size: [size_t; 4],
pub map: [GstMapInfo; 4],
}
Fields§
§buffer: *mut GstBuffer
§state: c_uint
§data: [gpointer; 4]
§size: [size_t; 4]
§map: [GstMapInfo; 4]
Trait Implementations§
source§impl Clone for GstRTPBuffer
impl Clone for GstRTPBuffer
source§fn clone(&self) -> GstRTPBuffer
fn clone(&self) -> GstRTPBuffer
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 GstRTPBuffer
impl Debug for GstRTPBuffer
impl Copy for GstRTPBuffer
Auto Trait Implementations§
impl Freeze for GstRTPBuffer
impl RefUnwindSafe for GstRTPBuffer
impl !Send for GstRTPBuffer
impl !Sync for GstRTPBuffer
impl Unpin for GstRTPBuffer
impl UnwindSafe for GstRTPBuffer
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
)