pub struct TightEncoding;Expand description
Implements the VNC “Tight” encoding (RFC 6143 section 7.7.4).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TightEncoding
impl RefUnwindSafe for TightEncoding
impl Send for TightEncoding
impl Sync for TightEncoding
impl Unpin for TightEncoding
impl UnwindSafe for TightEncoding
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