#[repr(u8)]pub enum GasProfileIndex {
Profile0 = 0,
Profile1 = 1,
Profile2 = 2,
Profile3 = 3,
Profile4 = 4,
Profile5 = 5,
Profile6 = 6,
Profile7 = 7,
Profile8 = 8,
Profile9 = 9,
}Expand description
Verfügbare Speicherplätze (Slots) für Heizprofile im Sensor (0 bis 9).
Variants§
Profile0 = 0
Profile1 = 1
Profile2 = 2
Profile3 = 3
Profile4 = 4
Profile5 = 5
Profile6 = 6
Profile7 = 7
Profile8 = 8
Profile9 = 9
Trait Implementations§
Source§impl Clone for GasProfileIndex
impl Clone for GasProfileIndex
Source§fn clone(&self) -> GasProfileIndex
fn clone(&self) -> GasProfileIndex
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 GasProfileIndex
impl Debug for GasProfileIndex
Source§impl Default for GasProfileIndex
impl Default for GasProfileIndex
Source§fn default() -> GasProfileIndex
fn default() -> GasProfileIndex
Returns the “default value” for a type. Read more
impl Copy for GasProfileIndex
Auto Trait Implementations§
impl Freeze for GasProfileIndex
impl RefUnwindSafe for GasProfileIndex
impl Send for GasProfileIndex
impl Sync for GasProfileIndex
impl Unpin for GasProfileIndex
impl UnwindSafe for GasProfileIndex
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