Struct gstreamer_base_sys::GstBitWriter [−][src]
#[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 u8bit_size: c_uintbit_capacity: c_uintauto_grow: gbooleanowned: gboolean_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBitWriterimpl !Send for GstBitWriterimpl !Sync for GstBitWriterimpl Unpin for GstBitWriterimpl UnwindSafe for GstBitWriterBlanket Implementations
Mutably borrows from an owned value. Read more