pub struct egl_display { /* private fields */ }Trait Implementations§
Source§impl Clone for egl_display
impl Clone for egl_display
Source§fn clone(&self) -> egl_display
fn clone(&self) -> egl_display
Returns a duplicate 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 egl_display
impl Debug for egl_display
impl Copy for egl_display
Auto Trait Implementations§
impl Freeze for egl_display
impl RefUnwindSafe for egl_display
impl Send for egl_display
impl Sync for egl_display
impl Unpin for egl_display
impl UnwindSafe for egl_display
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