#[repr(u8)]pub enum RefreshTrim {
SEL7 = 0,
SEL15 = 1,
SEL31 = 2,
SEL62 = 3,
}Variants§
SEL7 = 0
Refresh every 7.8125 ms.
SEL15 = 1
Refresh every 15.625 ms.
SEL31 = 2
Refresh every 31.25 ms.
SEL62 = 3
Refresh every 62.5 ms.
Implementations§
Source§impl RefreshTrim
impl RefreshTrim
Trait Implementations§
Source§impl Clone for RefreshTrim
impl Clone for RefreshTrim
Source§fn clone(&self) -> RefreshTrim
fn clone(&self) -> RefreshTrim
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 RefreshTrim
impl Debug for RefreshTrim
Source§impl From<RefreshTrim> for u8
impl From<RefreshTrim> for u8
Source§fn from(val: RefreshTrim) -> u8
fn from(val: RefreshTrim) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RefreshTrim
impl From<u8> for RefreshTrim
Source§fn from(val: u8) -> RefreshTrim
fn from(val: u8) -> RefreshTrim
Converts to this type from the input type.
Source§impl Ord for RefreshTrim
impl Ord for RefreshTrim
Source§fn cmp(&self, other: &RefreshTrim) -> Ordering
fn cmp(&self, other: &RefreshTrim) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RefreshTrim
impl PartialEq for RefreshTrim
Source§impl PartialOrd for RefreshTrim
impl PartialOrd for RefreshTrim
impl Copy for RefreshTrim
impl Eq for RefreshTrim
impl StructuralPartialEq for RefreshTrim
Auto Trait Implementations§
impl Freeze for RefreshTrim
impl RefUnwindSafe for RefreshTrim
impl Send for RefreshTrim
impl Sync for RefreshTrim
impl Unpin for RefreshTrim
impl UnwindSafe for RefreshTrim
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