Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dbootargs.rs24 pub struct BootArg<'a> { struct
29 impl AsRef<str> for BootArg<'_> { implementation
35 impl BootArg<'_> { implementation
83 type Item = BootArg<'a>;
104 Some(BootArg { arg, equal_sign }) in next()