pub enum RawDisplay {
Egl(*const c_void),
Glx(*const c_void),
}
Expand description
Raw GL platform display.
Variants§
Trait Implementations§
Source§impl Clone for RawDisplay
impl Clone for RawDisplay
Source§fn clone(&self) -> RawDisplay
fn clone(&self) -> RawDisplay
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 RawDisplay
impl Debug for RawDisplay
Source§impl PartialEq for RawDisplay
impl PartialEq for RawDisplay
impl Copy for RawDisplay
impl Eq for RawDisplay
impl StructuralPartialEq for RawDisplay
Auto Trait Implementations§
impl Freeze for RawDisplay
impl RefUnwindSafe for RawDisplay
impl !Send for RawDisplay
impl !Sync for RawDisplay
impl Unpin for RawDisplay
impl UnwindSafe for RawDisplay
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