Enum vnc::config::VncEncoding
source · [−]#[repr(i32)]
pub enum VncEncoding {
Raw,
CopyRect,
Tight,
Zrle,
CursorPseudo,
DesktopSizePseudo,
}Variants
Raw
CopyRect
Tight
Zrle
CursorPseudo
DesktopSizePseudo
Trait Implementations
sourceimpl Clone for VncEncoding
impl Clone for VncEncoding
sourcefn clone(&self) -> VncEncoding
fn clone(&self) -> VncEncoding
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for VncEncoding
impl Debug for VncEncoding
sourceimpl From<VncEncoding> for u32
impl From<VncEncoding> for u32
sourcefn from(e: VncEncoding) -> Self
fn from(e: VncEncoding) -> Self
Converts to this type from the input type.
sourceimpl From<u32> for VncEncoding
impl From<u32> for VncEncoding
sourceimpl PartialEq<VncEncoding> for VncEncoding
impl PartialEq<VncEncoding> for VncEncoding
sourcefn eq(&self, other: &VncEncoding) -> bool
fn eq(&self, other: &VncEncoding) -> bool
impl Copy for VncEncoding
impl Eq for VncEncoding
impl StructuralEq for VncEncoding
impl StructuralPartialEq for VncEncoding
Auto Trait Implementations
impl RefUnwindSafe for VncEncoding
impl Send for VncEncoding
impl Sync for VncEncoding
impl Unpin for VncEncoding
impl UnwindSafe for VncEncoding
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more