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 u8size: c_uintbyte: c_uintbit: c_uint_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstBitReaderimpl !Send for GstBitReaderimpl !Sync for GstBitReaderimpl Unpin for GstBitReaderimpl UnwindSafe for GstBitReaderBlanket Implementations
Mutably borrows from an owned value. Read more