Struct crosvm_plugin::anon_hyperv_synic
source · #[repr(C)]pub(crate) struct anon_hyperv_synic {
pub(crate) msr: u32,
pub(crate) reserved: u32,
pub(crate) control: u64,
pub(crate) evt_page: u64,
pub(crate) msg_page: u64,
}
Fields§
§msr: u32
§reserved: u32
§control: u64
§evt_page: u64
§msg_page: u64
Trait Implementations§
source§impl Clone for anon_hyperv_synic
impl Clone for anon_hyperv_synic
source§fn clone(&self) -> anon_hyperv_synic
fn clone(&self) -> anon_hyperv_synic
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for anon_hyperv_synic
Auto Trait Implementations§
impl RefUnwindSafe for anon_hyperv_synic
impl Send for anon_hyperv_synic
impl Sync for anon_hyperv_synic
impl Unpin for anon_hyperv_synic
impl UnwindSafe for anon_hyperv_synic
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