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 GstBufferstate: c_uintdata: [gpointer; 4]size: [size_t; 4]map: [GstMapInfo; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPBufferimpl !Send for GstRTPBufferimpl !Sync for GstRTPBufferimpl Unpin for GstRTPBufferimpl UnwindSafe for GstRTPBufferBlanket Implementations
Mutably borrows from an owned value. Read more