pub enum CfgSt {
NotConfigured,
ValidSetting,
ValidHw,
Invalid(u16),
}Available on crate feature
model13 only.Expand description
Config Status
Enumerated value. Configuration status
Variants§
Trait Implementations§
impl Copy for CfgSt
impl Eq for CfgSt
impl StructuralPartialEq for CfgSt
Auto Trait Implementations§
impl Freeze for CfgSt
impl RefUnwindSafe for CfgSt
impl Send for CfgSt
impl Sync for CfgSt
impl Unpin for CfgSt
impl UnsafeUnpin for CfgSt
impl UnwindSafe for CfgSt
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