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
Auto Trait Implementations
impl RefUnwindSafe for GstByteWriter
impl !Send for GstByteWriter
impl !Sync for GstByteWriter
impl Unpin for GstByteWriter
impl UnwindSafe for GstByteWriter
Blanket Implementations
Mutably borrows from an owned value. Read more