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
Auto Trait Implementations
impl RefUnwindSafe for GstBuffer
impl UnwindSafe for GstBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more