pub struct CorRreEncoding;Expand description
Implements the VNC “CoRRE” (Compact RRE) encoding.
CoRRE is like RRE but uses compact subrectangles with u8 coordinates.
Format: [bgColor][nSubrects(u8)][subrect1]…[subrectN]
Each subrect: [color][x(u8)][y(u8)][w(u8)][h(u8)]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CorRreEncoding
impl RefUnwindSafe for CorRreEncoding
impl Send for CorRreEncoding
impl Sync for CorRreEncoding
impl Unpin for CorRreEncoding
impl UnwindSafe for CorRreEncoding
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