pub enum VNCDisplay {
To(usize),
Host(usize),
Unix(PathBuf),
None,
}Variants§
Trait Implementations§
Source§impl Clone for VNCDisplay
impl Clone for VNCDisplay
Source§fn clone(&self) -> VNCDisplay
fn clone(&self) -> VNCDisplay
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 moreSource§impl Debug for VNCDisplay
impl Debug for VNCDisplay
Source§impl Hash for VNCDisplay
impl Hash for VNCDisplay
Source§impl Ord for VNCDisplay
impl Ord for VNCDisplay
Source§fn cmp(&self, other: &VNCDisplay) -> Ordering
fn cmp(&self, other: &VNCDisplay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VNCDisplay
impl PartialEq for VNCDisplay
Source§impl PartialOrd for VNCDisplay
impl PartialOrd for VNCDisplay
impl Eq for VNCDisplay
impl StructuralPartialEq for VNCDisplay
Auto Trait Implementations§
impl Freeze for VNCDisplay
impl RefUnwindSafe for VNCDisplay
impl Send for VNCDisplay
impl Sync for VNCDisplay
impl Unpin for VNCDisplay
impl UnwindSafe for VNCDisplay
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