pub enum CcConfigSweepMax {
EightyPercent,
EightyFivePercent,
NintyPercent,
NintyNinePercent,
Invalid(u16),
}Available on crate feature
model64112 only.Expand description
Sweep Maximum
Variants§
EightyPercent
EightyFivePercent
NintyPercent
NintyNinePercent
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
Source§impl Clone for CcConfigSweepMax
impl Clone for CcConfigSweepMax
Source§fn clone(&self) -> CcConfigSweepMax
fn clone(&self) -> CcConfigSweepMax
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 CcConfigSweepMax
impl Debug for CcConfigSweepMax
Source§impl EnumValue for CcConfigSweepMax
impl EnumValue for CcConfigSweepMax
Source§impl FixedSize for CcConfigSweepMax
impl FixedSize for CcConfigSweepMax
Source§impl PartialEq for CcConfigSweepMax
impl PartialEq for CcConfigSweepMax
impl Copy for CcConfigSweepMax
impl Eq for CcConfigSweepMax
impl StructuralPartialEq for CcConfigSweepMax
Auto Trait Implementations§
impl Freeze for CcConfigSweepMax
impl RefUnwindSafe for CcConfigSweepMax
impl Send for CcConfigSweepMax
impl Sync for CcConfigSweepMax
impl Unpin for CcConfigSweepMax
impl UnsafeUnpin for CcConfigSweepMax
impl UnwindSafe for CcConfigSweepMax
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