pub struct Throughput;Trait Implementations§
Source§impl Debug for Throughput
impl Debug for Throughput
Source§impl Profile for Throughput
impl Profile for Throughput
const RING_ENTRIES: u32 = 4096
const HYBRID_PARK: bool = true
const DEFER_TASKRUN: bool = true
const TASK_BUDGET: Option<usize> = None
const IDLE_PARK: Option<Duration> = None
const ACTIVE_WINDOW: Duration
const ACTIVE_PARK_TIMEOUT: Duration
const IDLE_PARK_TIMEOUT: Duration
Auto Trait Implementations§
impl Freeze for Throughput
impl RefUnwindSafe for Throughput
impl Send for Throughput
impl Sync for Throughput
impl Unpin for Throughput
impl UnsafeUnpin for Throughput
impl UnwindSafe for Throughput
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