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 u8
bit_size: c_uint
bit_capacity: c_uint
auto_grow: gboolean
owned: gboolean
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBitWriter
impl !Send for GstBitWriter
impl !Sync for GstBitWriter
impl Unpin for GstBitWriter
impl UnwindSafe for GstBitWriter
Blanket Implementations
Mutably borrows from an owned value. Read more