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 Debug for GstBuffer
[src]

[src]

Formats the value using the given formatter.