Struct raw_window_handle::OrbitalDisplayHandle
source · #[non_exhaustive]pub struct OrbitalDisplayHandle {}
Expand description
Raw display handle for the Redox operating system.
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
impl Copy for OrbitalDisplayHandle
impl Eq for OrbitalDisplayHandle
impl StructuralPartialEq for OrbitalDisplayHandle
Auto Trait Implementations§
impl Freeze for OrbitalDisplayHandle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)