Struct gstreamer_sys::GstBuffer [−][src]
#[repr(C)]pub struct GstBuffer { pub mini_object: GstMiniObject, pub pool: *mut GstBufferPool, pub pts: GstClockTime, pub dts: GstClockTime, pub duration: GstClockTime, pub offset: u64, pub offset_end: u64, }
Fields
mini_object: GstMiniObject
pool: *mut GstBufferPool
pts: GstClockTime
dts: GstClockTime
duration: GstClockTime
offset: u64
offset_end: u64
Trait Implementations
impl Copy for GstBuffer[src]
impl Copy for GstBufferimpl Clone for GstBuffer[src]
impl Clone for GstBufferfn clone(&self) -> GstBuffer[src]
fn clone(&self) -> GstBufferReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstBuffer[src]
impl Debug for GstBuffer