#[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_uintTrait Implementations§
Source§impl Clone for GstGLBuffer
impl Clone for GstGLBuffer
impl Copy for GstGLBuffer
Auto Trait Implementations§
impl !Send for GstGLBuffer
impl !Sync for GstGLBuffer
impl Freeze for GstGLBuffer
impl RefUnwindSafe for GstGLBuffer
impl Unpin for GstGLBuffer
impl UnsafeUnpin 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