Searched refs:direct (Results 1 – 6 of 6) sorted by relevance
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | Cargo.toml | 3 description = "Macros for intertrait crate, which allows for direct casting between trait objects"
|
H A D | LICENSE-APACHE | 18 "control" means (i) the power, direct or indirect, to cause the 84 or a Contribution incorporated within the Work constitutes direct 157 liable to You for damages, including any direct, indirect, special,
|
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/ |
H A D | mmu.rs | 36 direct: bool, field
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 10 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/crates/rbpf/ |
H A D | LICENSE-APACHE | 19 "control" means (i) the power, direct or indirect, to cause the 85 or a Contribution incorporated within the Work constitutes direct 158 liable to You for damages, including any direct, indirect, special,
|
/DragonOS/kernel/src/libs/ |
H A D | rbtree.rs | 391 let direct = if direction == -1 { "left" } else { "right" }; in tree_print() localVariable 397 direct in tree_print()
|