#[repr(C)]pub struct GstByteWriter {
pub parent: GstByteReader,
pub alloc_size: c_uint,
pub fixed: gboolean,
pub owned: gboolean,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstByteReader
§alloc_size: c_uint
§fixed: gboolean
§owned: gboolean
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Source§impl Clone for GstByteWriter
impl Clone for GstByteWriter
Source§fn clone(&self) -> GstByteWriter
fn clone(&self) -> GstByteWriter
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 GstByteWriter
impl Debug for GstByteWriter
impl Copy for GstByteWriter
Auto Trait Implementations§
impl Freeze for GstByteWriter
impl RefUnwindSafe for GstByteWriter
impl !Send for GstByteWriter
impl !Sync for GstByteWriter
impl Unpin for GstByteWriter
impl UnwindSafe for GstByteWriter
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