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

Trait Implementations

impl Copy for GstBuffer
[src]

impl Clone for GstBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBuffer

impl !Sync for GstBuffer