Struct gstreamer_base_sys::GstBitReader [−][src]
#[repr(C)]pub struct GstBitReader { pub data: *const u8, pub size: c_uint, pub byte: c_uint, pub bit: c_uint, pub _gst_reserved: [gpointer; 4], }
Fields
data: *const u8
size: c_uint
byte: c_uint
bit: c_uint
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBitReader
impl !Send for GstBitReader
impl !Sync for GstBitReader
impl Unpin for GstBitReader
impl UnwindSafe for GstBitReader
Blanket Implementations
Mutably borrows from an owned value. Read more