Struct GstGL DisplayEGL Class
Source #[repr(C)]pub struct GstGLDisplayEGLClass {
pub object_class: GstGLDisplayClass,
pub _padding: [gpointer; 4],
}Fields§
§object_class: GstGLDisplayClass§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLDisplayEGLClass
impl Clone for GstGLDisplayEGLClass
Source§fn clone(&self) -> GstGLDisplayEGLClass
fn clone(&self) -> GstGLDisplayEGLClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstGLDisplayEGLClass
Auto Trait Implementations§
impl !Send for GstGLDisplayEGLClass
impl !Sync for GstGLDisplayEGLClass
impl Freeze for GstGLDisplayEGLClass
impl RefUnwindSafe for GstGLDisplayEGLClass
impl Unpin for GstGLDisplayEGLClass
impl UnsafeUnpin for GstGLDisplayEGLClass
impl UnwindSafe for GstGLDisplayEGLClass
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