Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/intertrait/src/
H A Dcast.rs
/DragonOS/kernel/crates/intertrait/src/
H A Dcast.rs15 mod cast_ref; module
21 pub use cast_ref::*;
H A Dlib.rs180 pub cast_ref: fn(from: &dyn Any) -> &T, field
201 cast_ref: fn(from: &dyn Any) -> &T, in new()
207 cast_ref, in new()
216 cast_ref: fn(from: &dyn Any) -> &T, in new_sync()
223 cast_ref, in new_sync()
389 cast_ref: |from| from.downcast_ref::<TestStruct>().unwrap(), in create_test_caster()
399 fn cast_ref() { in cast_ref() function
/DragonOS/kernel/crates/intertrait/src/cast/
H A Dcast_ref.rs69 (caster.cast_ref)(any).into() in cast()