#[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§
Source§impl Clone for GstBitReader
impl Clone for GstBitReader
impl Copy for GstBitReader
Auto Trait Implementations§
impl !Send for GstBitReader
impl !Sync for GstBitReader
impl Freeze for GstBitReader
impl RefUnwindSafe for GstBitReader
impl Unpin for GstBitReader
impl UnsafeUnpin for GstBitReader
impl UnwindSafe for GstBitReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more