Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/crates/intertrait/macros/
H A DCargo.toml3 description = "Macros for intertrait crate, which allows for direct casting between trait objects"
H A DLICENSE-APACHE18 "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 Dmmu.rs36 direct: bool, field
/DragonOS/kernel/crates/intertrait/
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/crates/rbpf/
H A DLICENSE-APACHE19 "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 Drbtree.rs391 let direct = if direction == -1 { "left" } else { "right" }; in tree_print() localVariable
397 direct in tree_print()