#[repr(C, packed(1))]pub struct hv_arm64_intercept_message_header {
pub vp_index: __u32,
pub instruction_length: __u8,
pub intercept_access_type: __u8,
pub execution_state: hv_arm64_vp_execution_state,
pub pc: __u64,
pub cpsr: __u64,
}Fields§
§vp_index: __u32§instruction_length: __u8§intercept_access_type: __u8§execution_state: hv_arm64_vp_execution_state§pc: __u64§cpsr: __u64Trait Implementations§
Source§impl Clone for hv_arm64_intercept_message_header
impl Clone for hv_arm64_intercept_message_header
Source§fn clone(&self) -> hv_arm64_intercept_message_header
fn clone(&self) -> hv_arm64_intercept_message_header
Returns a duplicate 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 hv_arm64_intercept_message_header
Auto Trait Implementations§
impl Freeze for hv_arm64_intercept_message_header
impl RefUnwindSafe for hv_arm64_intercept_message_header
impl Send for hv_arm64_intercept_message_header
impl Sync for hv_arm64_intercept_message_header
impl Unpin for hv_arm64_intercept_message_header
impl UnwindSafe for hv_arm64_intercept_message_header
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