Struct crosvm_plugin::crosvm_vcpu_reg_cache
source · pub struct crosvm_vcpu_reg_cache {
pub(crate) get: bool,
pub(crate) set: bool,
pub(crate) cache: Vec<u8>,
}
Fields§
§get: bool
§set: bool
§cache: Vec<u8>
Auto Trait Implementations§
impl Freeze for crosvm_vcpu_reg_cache
impl RefUnwindSafe for crosvm_vcpu_reg_cache
impl Send for crosvm_vcpu_reg_cache
impl Sync for crosvm_vcpu_reg_cache
impl Unpin for crosvm_vcpu_reg_cache
impl UnwindSafe for crosvm_vcpu_reg_cache
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