#[repr(u8)]pub enum Threshold {
Show 16 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
V17 = 4,
V18 = 5,
V19 = 6,
V20 = 7,
V21 = 8,
V22 = 9,
V23 = 10,
V24 = 11,
V25 = 12,
V26 = 13,
V27 = 14,
V28 = 15,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
V17 = 4
Set threshold to 1.7 V
V18 = 5
Set threshold to 1.8 V
V19 = 6
Set threshold to 1.9 V
V20 = 7
Set threshold to 2.0 V
V21 = 8
Set threshold to 2.1 V
V22 = 9
Set threshold to 2.2 V
V23 = 10
Set threshold to 2.3 V
V24 = 11
Set threshold to 2.4 V
V25 = 12
Set threshold to 2.5 V
V26 = 13
Set threshold to 2.6 V
V27 = 14
Set threshold to 2.7 V
V28 = 15
Set threshold to 2.8 V
Implementations§
Trait Implementations§
Source§impl Ord for Threshold
impl Ord for Threshold
Source§impl PartialOrd for Threshold
impl PartialOrd for Threshold
impl Copy for Threshold
impl Eq for Threshold
impl StructuralPartialEq for Threshold
Auto Trait Implementations§
impl Freeze for Threshold
impl RefUnwindSafe for Threshold
impl Send for Threshold
impl Sync for Threshold
impl Unpin for Threshold
impl UnwindSafe for Threshold
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)