Enum bpf_feature::kernel_config::ConfigValue
source · [−]pub enum ConfigValue {
Y,
N,
M,
Other(String),
}
Variants
Y
N
M
Other(String)
Trait Implementations
sourceimpl Debug for ConfigValue
impl Debug for ConfigValue
Auto Trait Implementations
impl RefUnwindSafe for ConfigValue
impl Send for ConfigValue
impl Sync for ConfigValue
impl Unpin for ConfigValue
impl UnwindSafe for ConfigValue
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