pub struct VirtioGpuSnapshot {
scanouts: BTreeMap<u32, VirtioGpuScanoutSnapshot>,
scanouts_updated: bool,
cursor_scanout: VirtioGpuScanoutSnapshot,
rutabaga: DirectorySnapshot,
resources: BTreeMap<u32, VirtioGpuResourceSnapshot>,
}Fields§
§scanouts: BTreeMap<u32, VirtioGpuScanoutSnapshot>§scanouts_updated: bool§cursor_scanout: VirtioGpuScanoutSnapshot§rutabaga: DirectorySnapshot§resources: BTreeMap<u32, VirtioGpuResourceSnapshot>Trait Implementations§
Source§impl<'de> Deserialize<'de> for VirtioGpuSnapshot
impl<'de> Deserialize<'de> for VirtioGpuSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VirtioGpuSnapshot
impl RefUnwindSafe for VirtioGpuSnapshot
impl Send for VirtioGpuSnapshot
impl Sync for VirtioGpuSnapshot
impl Unpin for VirtioGpuSnapshot
impl UnwindSafe for VirtioGpuSnapshot
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