pub enum ManagePagesOpMod {
AllocationFail = 0,
AllocationSuccess = 1,
HcaReturnPages = 2,
}
Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::ManagePages
.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ManagePagesOpMod
impl Send for ManagePagesOpMod
impl Sync for ManagePagesOpMod
impl Unpin for ManagePagesOpMod
impl UnwindSafe for ManagePagesOpMod
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