Struct gstreamer_base_sys::GstBitWriter
source · #[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 u8bit_size: c_uintbit_capacity: c_uintauto_grow: gbooleanowned: gboolean_gst_reserved: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstBitWriter
impl Clone for GstBitWriter
sourcefn clone(&self) -> GstBitWriter
fn clone(&self) -> GstBitWriter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstBitWriter
impl Debug for GstBitWriter
impl Copy for GstBitWriter
Auto Trait Implementations
impl RefUnwindSafe for GstBitWriter
impl !Send for GstBitWriter
impl !Sync for GstBitWriter
impl Unpin for GstBitWriter
impl UnwindSafe for GstBitWriter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more