pub struct MenuConfigElement { /* private fields */ }
Expand description
Describes a menu-configuration element, typically starting with the “menuconfig” keyword
Trait Implementations§
Source§impl Clone for MenuConfigElement
impl Clone for MenuConfigElement
Source§fn clone(&self) -> MenuConfigElement
fn clone(&self) -> MenuConfigElement
Returns a duplicate 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 MenuConfigElement
impl Debug for MenuConfigElement
Source§impl Hash for MenuConfigElement
impl Hash for MenuConfigElement
Source§impl PartialEq for MenuConfigElement
impl PartialEq for MenuConfigElement
impl Eq for MenuConfigElement
impl StructuralPartialEq for MenuConfigElement
Auto Trait Implementations§
impl Freeze for MenuConfigElement
impl RefUnwindSafe for MenuConfigElement
impl Send for MenuConfigElement
impl Sync for MenuConfigElement
impl Unpin for MenuConfigElement
impl UnwindSafe for MenuConfigElement
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