Struct gstreamer_gl_x11_sys::GstGLDisplayX11
source · #[repr(C)]pub struct GstGLDisplayX11 {
pub parent: GstGLDisplay,
pub name: *mut c_char,
pub display: gpointer,
pub xcb_connection: gpointer,
pub foreign_display: gboolean,
pub _padding: [gpointer; 4],
}
Fields§
§parent: GstGLDisplay
§name: *mut c_char
§display: gpointer
§xcb_connection: gpointer
§foreign_display: gboolean
§_padding: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstGLDisplayX11
impl Clone for GstGLDisplayX11
source§fn clone(&self) -> GstGLDisplayX11
fn clone(&self) -> GstGLDisplayX11
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstGLDisplayX11
impl Debug for GstGLDisplayX11
impl Copy for GstGLDisplayX11
Auto Trait Implementations§
impl Freeze for GstGLDisplayX11
impl RefUnwindSafe for GstGLDisplayX11
impl !Send for GstGLDisplayX11
impl !Sync for GstGLDisplayX11
impl Unpin for GstGLDisplayX11
impl UnwindSafe for GstGLDisplayX11
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)