Struct gstreamer_sys::GstBuffer
source · #[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 Freeze for GstBuffer
impl RefUnwindSafe for GstBuffer
impl !Send for GstBuffer
impl !Sync for GstBuffer
impl Unpin for GstBuffer
impl UnwindSafe for GstBuffer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)