#[repr(C, packed(1))]pub struct hv_arm64_memory_intercept_message {
pub header: hv_arm64_intercept_message_header,
pub cache_type: __u32,
pub instruction_byte_count: __u8,
pub memory_access_info: hv_arm64_memory_access_info,
pub reserved1: __u16,
pub instruction_bytes: [__u8; 4],
pub reserved2: __u32,
pub guest_virtual_address: __u64,
pub guest_physical_address: __u64,
pub syndrome: __u64,
}Fields§
§header: hv_arm64_intercept_message_header§cache_type: __u32§instruction_byte_count: __u8§memory_access_info: hv_arm64_memory_access_info§reserved1: __u16§instruction_bytes: [__u8; 4]§reserved2: __u32§guest_virtual_address: __u64§guest_physical_address: __u64§syndrome: __u64Trait Implementations§
Source§impl Clone for hv_arm64_memory_intercept_message
impl Clone for hv_arm64_memory_intercept_message
Source§fn clone(&self) -> hv_arm64_memory_intercept_message
fn clone(&self) -> hv_arm64_memory_intercept_message
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_memory_intercept_message
Auto Trait Implementations§
impl Freeze for hv_arm64_memory_intercept_message
impl RefUnwindSafe for hv_arm64_memory_intercept_message
impl Send for hv_arm64_memory_intercept_message
impl Sync for hv_arm64_memory_intercept_message
impl Unpin for hv_arm64_memory_intercept_message
impl UnwindSafe for hv_arm64_memory_intercept_message
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