pub struct LinuxKconfig {
pub arch_config_option: Option<String>,
pub kconfig_file: KconfigFile,
pub file_contents: String,
}Fields§
§arch_config_option: Option<String>§kconfig_file: KconfigFile§file_contents: StringAuto Trait Implementations§
impl Freeze for LinuxKconfig
impl RefUnwindSafe for LinuxKconfig
impl Send for LinuxKconfig
impl Sync for LinuxKconfig
impl Unpin for LinuxKconfig
impl UnsafeUnpin for LinuxKconfig
impl UnwindSafe for LinuxKconfig
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