Struct gstreamer_base_sys::GstByteReader [−][src]
#[repr(C)]pub struct GstByteReader { pub data: *mut u8, pub size: c_uint, pub byte: c_uint, pub _gst_reserved: [gpointer; 4], }
Fields
data: *mut u8
size: c_uint
byte: c_uint
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstByteReader[src]
impl Copy for GstByteReaderimpl Clone for GstByteReader[src]
impl Clone for GstByteReaderfn clone(&self) -> GstByteReader[src]
fn clone(&self) -> GstByteReaderReturns 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 GstByteReader[src]
impl Debug for GstByteReaderAuto Trait Implementations
impl !Send for GstByteReader
impl !Send for GstByteReaderimpl !Sync for GstByteReader
impl !Sync for GstByteReader