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

Trait Implementations

impl Copy for GstByteReader
[src]

impl Clone for GstByteReader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstByteReader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstByteReader

impl !Sync for GstByteReader