Home
last modified time | relevance | path

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

/openbmc/linux/rust/macros/
H A Dmodule.rs25 struct ModInfoBuilder<'a> { struct
31 impl<'a> ModInfoBuilder<'a> { argument
33 ModInfoBuilder { in new()
176 let mut modinfo = ModInfoBuilder::new(info.name.as_ref()); in module()