Struct GstGL Display Wayland
Source #[repr(C)]pub struct GstGLDisplayWayland {
pub parent: GstGLDisplay,
pub display: gpointer,
pub registry: gpointer,
pub compositor: gpointer,
pub subcompositor: gpointer,
pub shell: gpointer,
pub foreign_display: gboolean,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstGLDisplay§display: gpointer§registry: gpointer§compositor: gpointer§subcompositor: gpointer§shell: gpointer§foreign_display: gboolean§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLDisplayWayland
impl Clone for GstGLDisplayWayland
Source§fn clone(&self) -> GstGLDisplayWayland
fn clone(&self) -> GstGLDisplayWayland
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 GstGLDisplayWayland
Auto Trait Implementations§
impl !Send for GstGLDisplayWayland
impl !Sync for GstGLDisplayWayland
impl Freeze for GstGLDisplayWayland
impl RefUnwindSafe for GstGLDisplayWayland
impl Unpin for GstGLDisplayWayland
impl UnsafeUnpin for GstGLDisplayWayland
impl UnwindSafe for GstGLDisplayWayland
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