#[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: GstGLAllocationParamsrenderbuffer_format: GstGLFormatwidth: c_uintheight: c_uint_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLRenderbufferAllocationParams
impl Clone for GstGLRenderbufferAllocationParams
sourcefn clone(&self) -> GstGLRenderbufferAllocationParams
fn clone(&self) -> GstGLRenderbufferAllocationParams
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 moreimpl Copy for GstGLRenderbufferAllocationParams
Auto Trait Implementations
impl RefUnwindSafe for GstGLRenderbufferAllocationParams
impl !Send for GstGLRenderbufferAllocationParams
impl !Sync for GstGLRenderbufferAllocationParams
impl Unpin for GstGLRenderbufferAllocationParams
impl UnwindSafe for GstGLRenderbufferAllocationParams
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