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

Trait Implementations

impl Copy for GstByteWriter
[src]

impl Clone for GstByteWriter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstByteWriter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstByteWriter

impl !Sync for GstByteWriter