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