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 GstBufferstate: c_uintdata: [gpointer; 4]size: [size_t; 4]map: [GstMapInfo; 4]Trait Implementations
sourceimpl Clone for GstRTPBuffer
impl Clone for GstRTPBuffer
sourcefn clone(&self) -> GstRTPBuffer
fn clone(&self) -> GstRTPBuffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstRTPBuffer
impl Debug for GstRTPBuffer
impl Copy for GstRTPBuffer
Auto Trait Implementations
impl RefUnwindSafe for GstRTPBuffer
impl !Send for GstRTPBuffer
impl !Sync for GstRTPBuffer
impl Unpin for GstRTPBuffer
impl UnwindSafe for GstRTPBuffer
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