pub enum TempSensorClockSource {
Default,
RcFast,
XTAL,
}
Expand description
Rust translation of temperature_sensor_clk_src_t
Variants§
Trait Implementations§
Source§impl Clone for TempSensorClockSource
impl Clone for TempSensorClockSource
Source§fn clone(&self) -> TempSensorClockSource
fn clone(&self) -> TempSensorClockSource
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TempSensorClockSource
impl Debug for TempSensorClockSource
Source§impl From<u32> for TempSensorClockSource
impl From<u32> for TempSensorClockSource
Source§fn from(value: u32) -> TempSensorClockSource
fn from(value: u32) -> TempSensorClockSource
Converts to this type from the input type.
Source§impl Hash for TempSensorClockSource
impl Hash for TempSensorClockSource
Source§impl PartialEq for TempSensorClockSource
impl PartialEq for TempSensorClockSource
impl Copy for TempSensorClockSource
impl Eq for TempSensorClockSource
impl StructuralPartialEq for TempSensorClockSource
Auto Trait Implementations§
impl Freeze for TempSensorClockSource
impl RefUnwindSafe for TempSensorClockSource
impl Send for TempSensorClockSource
impl Sync for TempSensorClockSource
impl Unpin for TempSensorClockSource
impl UnwindSafe for TempSensorClockSource
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)