Struct nom_kconfig::KconfigFile
source · pub struct KconfigFile { /* private fields */ }Expand description
Represents a Kconfig file.
It stores the kernel root directory because we need this information when a source keyword is met.
Implementations§
Trait Implementations§
source§impl Clone for KconfigFile
impl Clone for KconfigFile
source§fn clone(&self) -> KconfigFile
fn clone(&self) -> KconfigFile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for KconfigFile
impl Debug for KconfigFile
source§impl Default for KconfigFile
impl Default for KconfigFile
source§fn default() -> KconfigFile
fn default() -> KconfigFile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for KconfigFile
impl Send for KconfigFile
impl Sync for KconfigFile
impl Unpin for KconfigFile
impl UnwindSafe for KconfigFile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more