Home
last modified time | relevance | path

Searched defs:TableBox (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs277 pub struct TableBox { struct
281 impl TableBox { implementation
307 impl Deref for TableBox { implementation
378 pub fn to_table(mut self) -> Result<TableBox> { in to_table()