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: GstByteReaderalloc_size: c_uintfixed: gbooleanowned: gboolean_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstByteWriterimpl !Send for GstByteWriterimpl !Sync for GstByteWriterimpl Unpin for GstByteWriterimpl UnwindSafe for GstByteWriterBlanket Implementations
Mutably borrows from an owned value. Read more