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: GstMiniObjectpool: *mut GstBufferPoolpts: GstClockTimedts: GstClockTimeduration: GstClockTimeoffset: u64offset_end: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBuffer
impl UnwindSafe for GstBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more