#[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§
Source§impl Clone for GstGLBuffer
impl Clone for GstGLBuffer
Source§fn clone(&self) -> GstGLBuffer
fn clone(&self) -> GstGLBuffer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstGLBuffer
impl Debug for GstGLBuffer
impl Copy for GstGLBuffer
Auto Trait Implementations§
impl Freeze for GstGLBuffer
impl RefUnwindSafe for GstGLBuffer
impl !Send for GstGLBuffer
impl !Sync for GstGLBuffer
impl Unpin for GstGLBuffer
impl UnwindSafe for GstGLBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more