#[repr(C)]pub struct WHV_MEMORY_ACCESS_INFO(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl WHV_MEMORY_ACCESS_INFO
impl WHV_MEMORY_ACCESS_INFO
pub fn AccessType(self) -> WHV_MEMORY_ACCESS_TYPE
pub fn GpaUnmapped(self) -> bool
pub fn GvaValid(self) -> bool
Trait Implementations§
Source§impl Clone for WHV_MEMORY_ACCESS_INFO
impl Clone for WHV_MEMORY_ACCESS_INFO
Source§fn clone(&self) -> WHV_MEMORY_ACCESS_INFO
fn clone(&self) -> WHV_MEMORY_ACCESS_INFO
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 moreSource§impl Debug for WHV_MEMORY_ACCESS_INFO
impl Debug for WHV_MEMORY_ACCESS_INFO
impl Copy for WHV_MEMORY_ACCESS_INFO
Auto Trait Implementations§
impl Freeze for WHV_MEMORY_ACCESS_INFO
impl RefUnwindSafe for WHV_MEMORY_ACCESS_INFO
impl Send for WHV_MEMORY_ACCESS_INFO
impl Sync for WHV_MEMORY_ACCESS_INFO
impl Unpin for WHV_MEMORY_ACCESS_INFO
impl UnwindSafe for WHV_MEMORY_ACCESS_INFO
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