Struct raw_window_handle::OrbitalDisplayHandle 
source · #[non_exhaustive]pub struct OrbitalDisplayHandle;Expand description
Raw display handle for the Redox operating system.
Construction
let mut display_handle = OrbitalDisplayHandle::empty();
/* set fields */Implementations§
Trait Implementations§
source§impl Clone for OrbitalDisplayHandle
 
impl Clone for OrbitalDisplayHandle
source§fn clone(&self) -> OrbitalDisplayHandle
 
fn clone(&self) -> OrbitalDisplayHandle
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 OrbitalDisplayHandle
 
impl Debug for OrbitalDisplayHandle
source§impl From<OrbitalDisplayHandle> for RawDisplayHandle
 
impl From<OrbitalDisplayHandle> for RawDisplayHandle
source§fn from(value: OrbitalDisplayHandle) -> Self
 
fn from(value: OrbitalDisplayHandle) -> Self
Converts to this type from the input type.
source§impl Hash for OrbitalDisplayHandle
 
impl Hash for OrbitalDisplayHandle
source§impl PartialEq for OrbitalDisplayHandle
 
impl PartialEq for OrbitalDisplayHandle
source§fn eq(&self, other: &OrbitalDisplayHandle) -> bool
 
fn eq(&self, other: &OrbitalDisplayHandle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for OrbitalDisplayHandle
impl Eq for OrbitalDisplayHandle
impl StructuralEq for OrbitalDisplayHandle
impl StructuralPartialEq for OrbitalDisplayHandle
Auto Trait Implementations§
impl RefUnwindSafe for OrbitalDisplayHandle
impl Send for OrbitalDisplayHandle
impl Sync for OrbitalDisplayHandle
impl Unpin for OrbitalDisplayHandle
impl UnwindSafe for OrbitalDisplayHandle
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