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 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
source§fn clone(&self) -> GstBitWriter
fn clone(&self) -> GstBitWriter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstBitWriter
impl Debug for GstBitWriter
impl Copy for GstBitWriter
Auto Trait Implementations§
impl Freeze for GstBitWriter
impl RefUnwindSafe for GstBitWriter
impl !Send for GstBitWriter
impl !Sync for GstBitWriter
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)