pub enum QueryPagesOpMod {
BootPages = 1,
InitPages = 2,
RegularPages = 3,
}
Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::QueryPages
.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for QueryPagesOpMod
impl Send for QueryPagesOpMod
impl Sync for QueryPagesOpMod
impl Unpin for QueryPagesOpMod
impl UnwindSafe for QueryPagesOpMod
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