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_uintTrait 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 more