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

Trait Implementations

impl Copy for GstBitReader
[src]

impl Clone for GstBitReader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBitReader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBitReader

impl !Sync for GstBitReader