Struct gstreamer_base_sys::GstBitReader [−][src]
#[repr(C)]pub struct GstBitReader { pub data: *mut u8, pub size: c_uint, pub byte: c_uint, pub bit: c_uint, pub _gst_reserved: [gpointer; 4], }
Fields
data: *mut u8
size: c_uint
byte: c_uint
bit: c_uint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstBitReader
[src]
impl Copy for GstBitReader
impl Clone for GstBitReader
[src]
impl Clone for GstBitReader
fn clone(&self) -> GstBitReader
[src]
fn clone(&self) -> GstBitReader
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstBitReader
[src]
impl Debug for GstBitReader
Auto Trait Implementations
impl !Send for GstBitReader
impl !Send for GstBitReader
impl !Sync for GstBitReader
impl !Sync for GstBitReader