#[repr(C)]pub struct mshv_gpap_access_bitmap {
pub access_type: __u8,
pub access_op: __u8,
pub rsvd: [__u8; 6],
pub page_count: __u64,
pub gpap_base: __u64,
pub bitmap_ptr: __u64,
}Fields§
§access_type: __u8§access_op: __u8§rsvd: [__u8; 6]§page_count: __u64§gpap_base: __u64§bitmap_ptr: __u64Trait Implementations§
Source§impl Clone for mshv_gpap_access_bitmap
impl Clone for mshv_gpap_access_bitmap
Source§fn clone(&self) -> mshv_gpap_access_bitmap
fn clone(&self) -> mshv_gpap_access_bitmap
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 moreSource§impl Debug for mshv_gpap_access_bitmap
impl Debug for mshv_gpap_access_bitmap
Source§impl Default for mshv_gpap_access_bitmap
impl Default for mshv_gpap_access_bitmap
Source§fn default() -> mshv_gpap_access_bitmap
fn default() -> mshv_gpap_access_bitmap
Returns the “default value” for a type. Read more
Source§impl Ord for mshv_gpap_access_bitmap
impl Ord for mshv_gpap_access_bitmap
Source§fn cmp(&self, other: &mshv_gpap_access_bitmap) -> Ordering
fn cmp(&self, other: &mshv_gpap_access_bitmap) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for mshv_gpap_access_bitmap
impl PartialEq for mshv_gpap_access_bitmap
Source§impl PartialOrd for mshv_gpap_access_bitmap
impl PartialOrd for mshv_gpap_access_bitmap
impl Copy for mshv_gpap_access_bitmap
impl Eq for mshv_gpap_access_bitmap
impl StructuralPartialEq for mshv_gpap_access_bitmap
Auto Trait Implementations§
impl Freeze for mshv_gpap_access_bitmap
impl RefUnwindSafe for mshv_gpap_access_bitmap
impl Send for mshv_gpap_access_bitmap
impl Sync for mshv_gpap_access_bitmap
impl Unpin for mshv_gpap_access_bitmap
impl UnwindSafe for mshv_gpap_access_bitmap
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