Struct gstreamer_base_sys::GstBitWriter
source · #[repr(C)]pub struct GstBitWriter {
pub data: *mut u8,
pub bit_size: c_uint,
pub bit_capacity: c_uint,
pub auto_grow: gboolean,
pub owned: gboolean,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§data: *mut u8
§bit_size: c_uint
§bit_capacity: c_uint
§auto_grow: gboolean
§owned: gboolean
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstBitWriter
impl Clone for GstBitWriter
source§fn clone(&self) -> GstBitWriter
fn clone(&self) -> GstBitWriter
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