#[repr(u8)]pub enum VncVersion {
RFB33 = 0,
RFB37 = 1,
RFB38 = 2,
}Expand description
All supported vnc versions
Variants§
Trait Implementations§
Source§impl Clone for VncVersion
impl Clone for VncVersion
Source§fn clone(&self) -> VncVersion
fn clone(&self) -> VncVersion
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 VncVersion
impl Debug for VncVersion
Source§impl From<VncVersion> for &[u8; 12]
impl From<VncVersion> for &[u8; 12]
Source§fn from(version: VncVersion) -> Self
fn from(version: VncVersion) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VncVersion
impl PartialEq for VncVersion
Source§impl PartialOrd for VncVersion
impl PartialOrd for VncVersion
impl Copy for VncVersion
impl Eq for VncVersion
impl StructuralPartialEq for VncVersion
Auto Trait Implementations§
impl Freeze for VncVersion
impl RefUnwindSafe for VncVersion
impl Send for VncVersion
impl Sync for VncVersion
impl Unpin for VncVersion
impl UnwindSafe for VncVersion
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