Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs278 pub struct TableBox { struct
282 impl TableBox { implementation
308 impl Deref for TableBox { implementation
379 pub fn to_table(mut self) -> Result<TableBox> { in to_table() argument
383 TableBox::new(self.entries) in to_table()