Struct khronos_egl::Display
source · pub struct Display(/* private fields */);
Implementations§
source§impl Display
impl Display
pub unsafe fn from_ptr(ptr: EGLDisplay) -> Display
pub fn as_ptr(&self) -> EGLDisplay
Trait Implementations§
source§impl PartialEq for Display
impl PartialEq for Display
impl Copy for Display
impl Eq for Display
impl StructuralEq for Display
impl StructuralPartialEq for Display
Auto Trait Implementations§
impl RefUnwindSafe for Display
impl !Send for Display
impl !Sync for Display
impl Unpin for Display
impl UnwindSafe for 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