pub enum EncodingType {
Show 14 variants
Raw,
CopyRect,
RRE,
Hextile,
TRLE,
ZRLE,
CursorPseudo,
DesktopSizePseudo,
JRLE,
ZRLE2,
JPEG,
Zlib,
CursorWithAlpha,
Other(i32),
}Variants§
Raw
CopyRect
RRE
Hextile
TRLE
ZRLE
CursorPseudo
DesktopSizePseudo
JRLE
ZRLE2
JPEG
Zlib
CursorWithAlpha
Other(i32)
Trait Implementations§
Source§impl Debug for EncodingType
impl Debug for EncodingType
Source§impl From<EncodingType> for i32
impl From<EncodingType> for i32
Source§fn from(e: EncodingType) -> Self
fn from(e: EncodingType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EncodingType
impl RefUnwindSafe for EncodingType
impl Send for EncodingType
impl Sync for EncodingType
impl Unpin for EncodingType
impl UnwindSafe for EncodingType
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