pub struct VncServerData {
pub width: u16,
pub height: u16,
pub input_pixel_format: PixelFormat,
}Expand description
Mutable state
Fields§
§width: u16§height: u16§input_pixel_format: PixelFormatThe pixel format of the framebuffer data passed in to the server via get_framebuffer_update.
Auto Trait Implementations§
impl Freeze for VncServerData
impl RefUnwindSafe for VncServerData
impl Send for VncServerData
impl Sync for VncServerData
impl Unpin for VncServerData
impl UnsafeUnpin for VncServerData
impl UnwindSafe for VncServerData
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