pub enum NumaVerb {
SetMemPolicy = 1,
GetMemPolicy = 2,
}Variants§
Implementations§
Trait Implementations§
impl Copy for NumaVerb
impl Eq for NumaVerb
impl StructuralPartialEq for NumaVerb
Auto Trait Implementations§
impl Freeze for NumaVerb
impl RefUnwindSafe for NumaVerb
impl Send for NumaVerb
impl Sync for NumaVerb
impl Unpin for NumaVerb
impl UnsafeUnpin for NumaVerb
impl UnwindSafe for NumaVerb
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