pub(crate) struct ExternalEGLSurfaces {
pub(crate) draw: *const c_void,
pub(crate) read: *const c_void,
}
Fields§
§draw: *const c_void
§read: *const c_void
Trait Implementations§
source§impl Clone for ExternalEGLSurfaces
impl Clone for ExternalEGLSurfaces
source§fn clone(&self) -> ExternalEGLSurfaces
fn clone(&self) -> ExternalEGLSurfaces
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 Default for ExternalEGLSurfaces
impl Default for ExternalEGLSurfaces
source§fn default() -> ExternalEGLSurfaces
fn default() -> ExternalEGLSurfaces
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExternalEGLSurfaces
impl RefUnwindSafe for ExternalEGLSurfaces
impl !Send for ExternalEGLSurfaces
impl !Sync for ExternalEGLSurfaces
impl Unpin for ExternalEGLSurfaces
impl UnwindSafe for ExternalEGLSurfaces
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