#[repr(C)]pub struct GstBitWriter {
pub data: *mut u8,
pub bit_size: c_uint,
pub bit_capacity: c_uint,
pub auto_grow: gboolean,
pub owned: gboolean,
pub _gst_reserved: [gpointer; 4],
}Fields§
§data: *mut u8§bit_size: c_uint§bit_capacity: c_uint§auto_grow: gboolean§owned: gboolean§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstBitWriter
impl Clone for GstBitWriter
impl Copy for GstBitWriter
Auto Trait Implementations§
impl !Send for GstBitWriter
impl !Sync for GstBitWriter
impl Freeze for GstBitWriter
impl RefUnwindSafe for GstBitWriter
impl Unpin for GstBitWriter
impl UnsafeUnpin for GstBitWriter
impl UnwindSafe for GstBitWriter
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