Struct gstreamer_base_sys::GstBaseParseFrame
source · #[repr(C)]pub struct GstBaseParseFrame {
pub buffer: *mut GstBuffer,
pub out_buffer: *mut GstBuffer,
pub flags: c_uint,
pub offset: u64,
pub overhead: c_int,
pub size: c_int,
pub _gst_reserved_i: [c_uint; 2],
pub _gst_reserved_p: [gpointer; 2],
pub _private_flags: c_uint,
}
Fields§
§buffer: *mut GstBuffer
§out_buffer: *mut GstBuffer
§flags: c_uint
§offset: u64
§overhead: c_int
§size: c_int
§_gst_reserved_i: [c_uint; 2]
§_gst_reserved_p: [gpointer; 2]
§_private_flags: c_uint
Trait Implementations§
source§impl Clone for GstBaseParseFrame
impl Clone for GstBaseParseFrame
source§fn clone(&self) -> GstBaseParseFrame
fn clone(&self) -> GstBaseParseFrame
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstBaseParseFrame
impl Debug for GstBaseParseFrame
impl Copy for GstBaseParseFrame
Auto Trait Implementations§
impl Freeze for GstBaseParseFrame
impl RefUnwindSafe for GstBaseParseFrame
impl !Send for GstBaseParseFrame
impl !Sync for GstBaseParseFrame
impl Unpin for GstBaseParseFrame
impl UnwindSafe for GstBaseParseFrame
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)