pub enum AdcSampleTime {
Cycles3 = 0,
Cycles15 = 1,
Cycles28 = 2,
Cycles56 = 3,
Cycles84 = 4,
Cycles112 = 5,
Cycles144 = 6,
Cycles480 = 7,
}Variants§
Cycles3 = 0
Cycles15 = 1
Cycles28 = 2
Cycles56 = 3
Cycles84 = 4
Cycles112 = 5
Cycles144 = 6
Cycles480 = 7
Trait Implementations§
Source§impl Clone for AdcSampleTime
impl Clone for AdcSampleTime
Source§fn clone(&self) -> AdcSampleTime
fn clone(&self) -> AdcSampleTime
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 AdcSampleTime
impl Debug for AdcSampleTime
Source§impl PartialEq for AdcSampleTime
impl PartialEq for AdcSampleTime
impl Copy for AdcSampleTime
impl StructuralPartialEq for AdcSampleTime
Auto Trait Implementations§
impl Freeze for AdcSampleTime
impl RefUnwindSafe for AdcSampleTime
impl Send for AdcSampleTime
impl Sync for AdcSampleTime
impl Unpin for AdcSampleTime
impl UnwindSafe for AdcSampleTime
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