pub struct LinearPriorityMapping { /* private fields */ }Expand description
Default linear mapping: native = floor / divisor-scaled onto a native
window [native_min, native_max] (e.g. POSIX SCHED_FIFO 1..99).
Implementations§
Trait Implementations§
Source§impl Clone for LinearPriorityMapping
impl Clone for LinearPriorityMapping
Source§fn clone(&self) -> LinearPriorityMapping
fn clone(&self) -> LinearPriorityMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinearPriorityMapping
Source§impl Debug for LinearPriorityMapping
impl Debug for LinearPriorityMapping
Auto Trait Implementations§
impl Freeze for LinearPriorityMapping
impl RefUnwindSafe for LinearPriorityMapping
impl Send for LinearPriorityMapping
impl Sync for LinearPriorityMapping
impl Unpin for LinearPriorityMapping
impl UnsafeUnpin for LinearPriorityMapping
impl UnwindSafe for LinearPriorityMapping
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