Struct gst::ffi::Struct__GstBuffer [−][src]
#[repr(C)]pub struct Struct__GstBuffer { pub mini_object: GstMiniObject, pub pool: *mut GstBufferPool, pub pts: GstClockTime, pub dts: GstClockTime, pub duration: GstClockTime, pub offset: guint64, pub offset_end: guint64, }
Fields
mini_object: GstMiniObject
pool: *mut GstBufferPool
pts: GstClockTime
dts: GstClockTime
duration: GstClockTime
offset: guint64
offset_end: guint64
Trait Implementations
impl Default for Struct__GstBuffer
[src]
impl Default for Struct__GstBuffer
fn default() -> Struct__GstBuffer
[src]
fn default() -> Struct__GstBuffer
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstBuffer
impl !Send for Struct__GstBuffer
impl !Sync for Struct__GstBuffer
impl !Sync for Struct__GstBuffer