[−][src]Struct dpdk_unix::scheduling::ProcessNiceness
Nice settings for the current process.
Defaults to aggresive promotion of the current process.
Fields
all_other_processes_for_current_user: NiceDowngrade all other processes for the current user to this value.
all_other_processes_in_process_group: NiceDowngrade all other processes in the process group to this value.
If autogroups are enabled, should we take as close to 100% of all CPU cycles in the autogroup?
Methods
impl ProcessNiceness[src]
pub fn adjust(
&self,
proc_path: &ProcPath
) -> Result<(), ProcessNicenessAdjustmentError>[src]
&self,
proc_path: &ProcPath
) -> Result<(), ProcessNicenessAdjustmentError>
Adjusts in favour of the current process.
Trait Implementations
impl Eq for ProcessNiceness[src]
impl Clone for ProcessNiceness[src]
fn clone(&self) -> ProcessNiceness[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for ProcessNiceness[src]
impl PartialOrd<ProcessNiceness> for ProcessNiceness[src]
fn partial_cmp(&self, other: &ProcessNiceness) -> Option<Ordering>[src]
fn lt(&self, other: &ProcessNiceness) -> bool[src]
fn le(&self, other: &ProcessNiceness) -> bool[src]
fn gt(&self, other: &ProcessNiceness) -> bool[src]
fn ge(&self, other: &ProcessNiceness) -> bool[src]
impl PartialEq<ProcessNiceness> for ProcessNiceness[src]
fn eq(&self, other: &ProcessNiceness) -> bool[src]
fn ne(&self, other: &ProcessNiceness) -> bool[src]
impl Default for ProcessNiceness[src]
impl Ord for ProcessNiceness[src]
fn cmp(&self, other: &ProcessNiceness) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
impl Hash for ProcessNiceness[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for ProcessNiceness[src]
impl<'de> Deserialize<'de> for ProcessNiceness where
ProcessNiceness: Default, [src]
ProcessNiceness: Default,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for ProcessNiceness
impl Sync for ProcessNiceness
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,