#[repr(u8)]pub enum Refreshselect {
Show 16 variants
Refresh0 = 0,
Refresh1 = 1,
Refresh2 = 2,
Refresh3 = 3,
Refresh4 = 4,
Refresh5 = 5,
Refresh6 = 6,
Refresh7 = 7,
Refresh8 = 8,
Refresh9 = 9,
Refresh10 = 10,
Refresh11 = 11,
Refresh12 = 12,
Refresh13 = 13,
Refresh14 = 14,
Refresh15 = 15,
}
Expand description
Refresh period
Value on reset: 0
Variants§
Refresh0 = 0
0: Do not Refresh
Refresh1 = 1
1: Refresh every 30 us
Refresh2 = 2
2: Refresh every 60 us
Refresh3 = 3
3: Refresh every 90 us
Refresh4 = 4
4: Refresh every 120 us
Refresh5 = 5
5: Refresh every 150 us
Refresh6 = 6
6: Refresh every 180 us
Refresh7 = 7
7: Refresh every 210 us
Refresh8 = 8
8: Refresh every 240 us
Refresh9 = 9
9: Refresh every 270 us
Refresh10 = 10
10: Refresh every 300 us
Refresh11 = 11
11: Refresh every 330 us
Refresh12 = 12
12: Refresh every 360 us
Refresh13 = 13
13: Refresh every 390 us
Refresh14 = 14
14: Refresh every 420 us
Refresh15 = 15
15: Refresh every 450 us
Trait Implementations§
Source§impl Clone for Refreshselect
impl Clone for Refreshselect
Source§fn clone(&self) -> Refreshselect
fn clone(&self) -> Refreshselect
Returns a copy 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 Refreshselect
impl Debug for Refreshselect
Source§impl From<Refreshselect> for u8
impl From<Refreshselect> for u8
Source§fn from(variant: Refreshselect) -> Self
fn from(variant: Refreshselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Refreshselect
impl PartialEq for Refreshselect
impl Copy for Refreshselect
impl Eq for Refreshselect
impl IsEnum for Refreshselect
impl StructuralPartialEq for Refreshselect
Auto Trait Implementations§
impl Freeze for Refreshselect
impl RefUnwindSafe for Refreshselect
impl Send for Refreshselect
impl Sync for Refreshselect
impl Unpin for Refreshselect
impl UnwindSafe for Refreshselect
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