pub struct ZrleEncoding;Expand description
Implements the VNC “ZRLE” (Zlib Run-Length Encoding).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZrleEncoding
impl RefUnwindSafe for ZrleEncoding
impl Send for ZrleEncoding
impl Sync for ZrleEncoding
impl Unpin for ZrleEncoding
impl UnwindSafe for ZrleEncoding
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