Struct gstreamer_base_sys::GstByteWriter [−][src]
#[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
impl Copy for GstByteWriter
[src]
impl Copy for GstByteWriter
impl Clone for GstByteWriter
[src]
impl Clone for GstByteWriter
fn clone(&self) -> GstByteWriter
[src]
fn clone(&self) -> GstByteWriter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstByteWriter
[src]
impl Debug for GstByteWriter
Auto Trait Implementations
impl !Send for GstByteWriter
impl !Send for GstByteWriter
impl !Sync for GstByteWriter
impl !Sync for GstByteWriter