Struct kconfig_linux::parser::kconfig_parser_state::Done
source · [−]pub struct Done {}
Trait Implementations
impl KconfigParserState for Done
Auto Trait Implementations
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnwindSafe for Done
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