pub enum HealthTestConfig {
Recommended,
KeepCurrent,
}Expand description
Health-test programming profile used during RNG conditioning reset.
Variants§
Recommended
Program the recommended threshold values from the reference manual.
KeepCurrent
Keep current HTCR values untouched.
Trait Implementations§
Source§impl Clone for HealthTestConfig
impl Clone for HealthTestConfig
Source§fn clone(&self) -> HealthTestConfig
fn clone(&self) -> HealthTestConfig
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 HealthTestConfig
impl Debug for HealthTestConfig
Source§impl Format for HealthTestConfig
impl Format for HealthTestConfig
Source§impl PartialEq for HealthTestConfig
impl PartialEq for HealthTestConfig
impl Copy for HealthTestConfig
impl Eq for HealthTestConfig
impl StructuralPartialEq for HealthTestConfig
Auto Trait Implementations§
impl Freeze for HealthTestConfig
impl RefUnwindSafe for HealthTestConfig
impl Send for HealthTestConfig
impl Sync for HealthTestConfig
impl Unpin for HealthTestConfig
impl UnwindSafe for HealthTestConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.