pub struct VmScreenshotMeta {
pub color: ExtendedColorType,
pub width: u16,
pub height: u16,
}Expand description
Raw VM screenshot
Fields§
§color: ExtendedColorTypecolor encoding used by the image
width: u16x dimension
height: u16y dimension
Auto Trait Implementations§
impl Freeze for VmScreenshotMeta
impl RefUnwindSafe for VmScreenshotMeta
impl Send for VmScreenshotMeta
impl Sync for VmScreenshotMeta
impl Unpin for VmScreenshotMeta
impl UnwindSafe for VmScreenshotMeta
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