Home
last modified time | relevance | path

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

/DragonOS/docs/kernel/core_api/
H A Dindex.rst13 casting
H A Dcasting.md8   上述没有特殊标明的函数,都是在`kernel/src/libs/casting.rs`中实现的。
44 …>`的具体类型指针时,我们要为`U`这个trait实现`DowncastArc`trait。这个trait定义在`kernel/src/libs/casting.rs`中。它要求`trait U`…
/DragonOS/kernel/src/libs/
H A Dmod.rs2 pub mod casting; module
/DragonOS/kernel/crates/intertrait/macros/
H A DCargo.toml3 description = "Macros for intertrait crate, which allows for direct casting between trait objects"
/DragonOS/kernel/crates/intertrait/
H A DCargo.toml6 description = "Allow for inter-trait casting"
H A DREADME.md10 This library provides direct casting among trait objects implemented by a type.
13 if the type is known. But no direct casting between two trait objects (i.e. without involving the c…
/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs12 libs::{casting::DowncastArc, once::Once},
H A Dgroup.rs14 libs::casting::DowncastArc,
/DragonOS/kernel/src/driver/base/
H A Dkobject.rs17 casting::DowncastArc,
/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs20 casting::DowncastArc,
H A Dmount.rs18 casting::DowncastArc,
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs15 casting::DowncastArc,
/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs10 libs::casting::DowncastArc,
/DragonOS/kernel/src/process/
H A Dmod.rs37 casting::DowncastArc,