Struct gstreamer_base_sys::GstByteReader [−][src]
#[repr(C)]pub struct GstByteReader { pub data: *const u8, pub size: c_uint, pub byte: c_uint, pub _gst_reserved: [gpointer; 4], }
Fields
data: *const u8
size: c_uint
byte: c_uint
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstByteReader
impl !Send for GstByteReader
impl !Sync for GstByteReader
impl Unpin for GstByteReader
impl UnwindSafe for GstByteReader
Blanket Implementations
Mutably borrows from an owned value. Read more