Home
last modified time | relevance | path

Searched refs:TaskLayout (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Draw.rs54 pub(crate) layout_info: &'static TaskLayout,
64 pub(crate) struct TaskLayout { struct
102 const TASK_LAYOUT: TaskLayout = Self::eval_task_layout();
106 const fn eval_task_layout() -> TaskLayout { in eval_task_layout()
125 TaskLayout { in eval_task_layout()
228 fn task_layout() -> TaskLayout { in task_layout()