Struct gstreamer_rtp_sys::GstRTPBuffer [−][src]
#[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
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
Mutably borrows from an owned value. Read more