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

Trait Implementations

impl Default for Struct__GstBuffer
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstBuffer

impl !Sync for Struct__GstBuffer