Struct gstreamer_gl_sys::GstGLMemoryPBO [−][src]
#[repr(C)]pub struct GstGLMemoryPBO { pub mem: GstGLMemory, pub pbo: *mut GstGLBuffer, pub _padding: [gpointer; 4], }
Fields
mem: GstGLMemorypbo: *mut GstGLBuffer_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLMemoryPBOimpl !Send for GstGLMemoryPBOimpl !Sync for GstGLMemoryPBOimpl Unpin for GstGLMemoryPBOimpl UnwindSafe for GstGLMemoryPBOBlanket Implementations
Mutably borrows from an owned value. Read more