Struct hvdef::hypercall::UnacceptPagesAttributes
source · pub struct UnacceptPagesAttributes(/* private fields */);
Expand description
Attributes for unaccepting pages. See UnacceptGpaPages
Implementations§
source§impl UnacceptPagesAttributes
impl UnacceptPagesAttributes
sourcepub const fn with_vtl_set(self, value: u32) -> Self
pub const fn with_vtl_set(self, value: u32) -> Self
Bits: 0..3
sourcepub fn set_vtl_set(&mut self, value: u32)
pub fn set_vtl_set(&mut self, value: u32)
Bits: 0..3
Trait Implementations§
source§impl Clone for UnacceptPagesAttributes
impl Clone for UnacceptPagesAttributes
source§fn clone(&self) -> UnacceptPagesAttributes
fn clone(&self) -> UnacceptPagesAttributes
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 UnacceptPagesAttributes
impl Debug for UnacceptPagesAttributes
source§impl Default for UnacceptPagesAttributes
impl Default for UnacceptPagesAttributes
source§impl From<UnacceptPagesAttributes> for u32
impl From<UnacceptPagesAttributes> for u32
source§fn from(v: UnacceptPagesAttributes) -> u32
fn from(v: UnacceptPagesAttributes) -> u32
Converts to this type from the input type.
source§impl From<u32> for UnacceptPagesAttributes
impl From<u32> for UnacceptPagesAttributes
impl Copy for UnacceptPagesAttributes
Auto Trait Implementations§
impl Freeze for UnacceptPagesAttributes
impl RefUnwindSafe for UnacceptPagesAttributes
impl Send for UnacceptPagesAttributes
impl Sync for UnacceptPagesAttributes
impl Unpin for UnacceptPagesAttributes
impl UnwindSafe for UnacceptPagesAttributes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)