pub enum NixDisplay {
X11(Sendable<*mut c_void>),
Wayland(Sendable<*mut c_void>),
}Variants§
Trait Implementations§
Source§impl Clone for NixDisplay
impl Clone for NixDisplay
Source§fn clone(&self) -> NixDisplay
fn clone(&self) -> NixDisplay
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 moreAuto Trait Implementations§
impl Freeze for NixDisplay
impl RefUnwindSafe for NixDisplay
impl Send for NixDisplay
impl Sync for NixDisplay
impl Unpin for NixDisplay
impl UnwindSafe for NixDisplay
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