#[repr(C)]pub struct GstGLRenderbufferAllocationParams {
pub parent: GstGLAllocationParams,
pub renderbuffer_format: GstGLFormat,
pub width: c_uint,
pub height: c_uint,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstGLAllocationParams§renderbuffer_format: GstGLFormat§width: c_uint§height: c_uint§_padding: [gpointer; 4]Trait Implementations§
impl Copy for GstGLRenderbufferAllocationParams
Auto Trait Implementations§
impl !Send for GstGLRenderbufferAllocationParams
impl !Sync for GstGLRenderbufferAllocationParams
impl Freeze for GstGLRenderbufferAllocationParams
impl RefUnwindSafe for GstGLRenderbufferAllocationParams
impl Unpin for GstGLRenderbufferAllocationParams
impl UnsafeUnpin for GstGLRenderbufferAllocationParams
impl UnwindSafe for GstGLRenderbufferAllocationParams
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