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: 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)