Struct gstreamer_gl_sys::GstGLBuffer [−][src]
#[repr(C)]pub struct GstGLBuffer { pub mem: GstGLBaseMemory, pub id: c_uint, pub target: c_uint, pub usage_hints: c_uint, }
Fields
mem: GstGLBaseMemory
id: c_uint
target: c_uint
usage_hints: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLBuffer
impl !Send for GstGLBuffer
impl !Sync for GstGLBuffer
impl Unpin for GstGLBuffer
impl UnwindSafe for GstGLBuffer
Blanket Implementations
Mutably borrows from an owned value. Read more