Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Dlock.rs165 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() method
H A Darc.rs607 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() method
/openbmc/linux/rust/kernel/
H A Dtypes.rs190 fn deref_mut(&mut self) -> &mut T { in deref_mut() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs1933 fn deref_mut(&mut self) -> &mut T { in deref_mut() method
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2862 fn deref_mut(&mut self) -> &mut [T] { in deref_mut() method