Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/socket/
H A Dunix.rs113 fn box_clone(&self) -> Box<dyn Socket> { in box_clone() method
228 fn box_clone(&self) -> Box<dyn Socket> { in box_clone() method
H A Dinet.rs222 fn box_clone(&self) -> Box<dyn Socket> { in box_clone() method
444 fn box_clone(&self) -> Box<dyn Socket> { in box_clone() method
995 fn box_clone(&self) -> Box<dyn Socket> { in box_clone() method
H A Dmod.rs216 fn box_clone(&self) -> Box<dyn Socket>; in box_clone() method