Enum kconfig_linux::structure::property::ConfigType
source · [−]pub enum ConfigType {
Bool,
Tristate,
String,
Hex,
Int,
}
Variants
Bool
Tristate
String
Hex
Int
Implementations
sourceimpl ConfigType
impl ConfigType
pub fn from_keyword(keyword: &str) -> Option<Self>
Trait Implementations
sourceimpl Clone for ConfigType
impl Clone for ConfigType
sourcefn clone(&self) -> ConfigType
fn clone(&self) -> ConfigType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ConfigType
impl Debug for ConfigType
sourceimpl PartialEq<ConfigType> for ConfigType
impl PartialEq<ConfigType> for ConfigType
impl Eq for ConfigType
impl StructuralEq for ConfigType
impl StructuralPartialEq for ConfigType
Auto Trait Implementations
impl RefUnwindSafe for ConfigType
impl Send for ConfigType
impl Sync for ConfigType
impl Unpin for ConfigType
impl UnwindSafe for ConfigType
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more