pub struct RawEncoding;Expand description
Implements the VNC “Raw” encoding, which sends pixel data directly without compression.
This encoding is straightforward but can be very bandwidth-intensive as it transmits the raw framebuffer data in RGB format (without alpha channel).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawEncoding
impl RefUnwindSafe for RawEncoding
impl Send for RawEncoding
impl Sync for RawEncoding
impl Unpin for RawEncoding
impl UnwindSafe for RawEncoding
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