Struct gstreamer_gl_sys::GstGLBuffer
source · #[repr(C)]pub struct GstGLBuffer {
pub mem: GstGLBaseMemory,
pub id: c_uint,
pub target: c_uint,
pub usage_hints: c_uint,
}Fields
mem: GstGLBaseMemoryid: c_uinttarget: c_uintusage_hints: c_uintTrait Implementations
sourceimpl Clone for GstGLBuffer
impl Clone for GstGLBuffer
sourcefn clone(&self) -> GstGLBuffer
fn clone(&self) -> GstGLBuffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLBuffer
impl Debug for GstGLBuffer
impl Copy for GstGLBuffer
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more