Home
last modified time | relevance | path

Searched defs:Data (Results 1 – 13 of 13) sorted by relevance

/DragonOS/kernel/crates/intertrait/tests/ui/
H A Don-type-impl.rs3 struct Data; struct
6 impl Data { implementation
H A Don-generic-type.rs6 struct Data<T: 'static> { struct
7 phantom: PhantomData<T>, argument
16 impl<T: 'static> Greet for Data<T> { implementation
22 impl<T: 'static> Source for Data<T> {} implementation
H A Dunknown-flag.rs6 struct Data; struct
14 impl Greet for Data { implementation
20 impl Source for Data {} implementation
H A Dduplicate-flags.rs6 struct Data; struct
14 impl Greet for Data { implementation
20 impl Source for Data {} implementation
/DragonOS/kernel/crates/intertrait/tests/
H A Don-type-multi-traits.rs5 struct Data; struct
13 impl Greet for Data { implementation
23 impl Greet1 for Data { implementation
33 impl Greet2 for Data { implementation
39 impl Source for Data {} implementation
H A Dcastable_to.rs4 struct Data; struct
12 impl Greet for Data { implementation
22 impl Greet1 for Data { implementation
32 impl Greet2 for Data { implementation
38 impl Source for Data {} implementation
H A Don-trait-impl.rs4 struct Data; struct
13 impl Greet for Data { implementation
19 impl Source for Data {} implementation
H A Don-struct.rs5 struct Data; struct
13 impl Greet for Data { implementation
19 impl Source for Data {} implementation
H A Don-enum.rs6 enum Data { enum
17 impl Greet for Data { implementation
23 impl Source for Data {} implementation
H A Don-trait-impl-assoc-type2.rs6 struct Data; struct
18 impl Concat for Data { implementation
27 impl Source for Data {} implementation
H A Don-trait-impl-assoc-type3.rs6 struct Data; struct
18 impl Concat<String> for Data { implementation
27 impl Source for Data {} implementation
/DragonOS/kernel/src/process/
H A Dresource.rs99 Data = 2, enumerator
/DragonOS/kernel/src/driver/disk/ahci/
H A Dhba.rs280 Data = 0x46, enumerator