Struct kconfig_linux::parser::parser_config::ParserConfig
source · [−]pub struct ParserConfig {
pub root_path: String,
pub can_source: bool,
pub variables: HashMap<String, String>,
}
Fields
root_path: String
can_source: bool
variables: HashMap<String, String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParserConfig
impl Send for ParserConfig
impl Sync for ParserConfig
impl Unpin for ParserConfig
impl UnwindSafe for ParserConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more