Struct crosvm_plugin::crosvm_hint_detail
source · #[repr(C)]pub struct crosvm_hint_detail {
pub(crate) match_rax: bool,
pub(crate) match_rbx: bool,
pub(crate) match_rcx: bool,
pub(crate) match_rdx: bool,
pub(crate) reserved1: [u8; 4],
pub(crate) rax: u64,
pub(crate) rbx: u64,
pub(crate) rcx: u64,
pub(crate) rdx: u64,
pub(crate) send_sregs: bool,
pub(crate) send_debugregs: bool,
pub(crate) reserved2: [u8; 6],
}Fields§
§match_rax: bool§match_rbx: bool§match_rcx: bool§match_rdx: bool§reserved1: [u8; 4]§rax: u64§rbx: u64§rcx: u64§rdx: u64§send_sregs: bool§send_debugregs: bool§reserved2: [u8; 6]Auto Trait Implementations§
impl Freeze for crosvm_hint_detail
impl RefUnwindSafe for crosvm_hint_detail
impl Send for crosvm_hint_detail
impl Sync for crosvm_hint_detail
impl Unpin for crosvm_hint_detail
impl UnwindSafe for crosvm_hint_detail
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