pub struct DptKelvinPerPercent(/* private fields */);
Implementations§
Source§impl DptKelvinPerPercent
impl DptKelvinPerPercent
pub fn from_bytes(buf: &[u8]) -> Result<DptKelvinPerPercent, KnxNetIpError>
pub fn from_float32(v: f32) -> DptKelvinPerPercent
pub fn as_float32(&self) -> f32
Trait Implementations§
Source§impl Clone for DptKelvinPerPercent
impl Clone for DptKelvinPerPercent
Source§fn clone(&self) -> DptKelvinPerPercent
fn clone(&self) -> DptKelvinPerPercent
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 DPT for DptKelvinPerPercent
impl DPT for DptKelvinPerPercent
Source§impl Debug for DptKelvinPerPercent
impl Debug for DptKelvinPerPercent
Source§impl Default for DptKelvinPerPercent
impl Default for DptKelvinPerPercent
Source§fn default() -> DptKelvinPerPercent
fn default() -> DptKelvinPerPercent
Returns the “default value” for a type. Read more
Source§impl Display for DptKelvinPerPercent
impl Display for DptKelvinPerPercent
Source§impl PartialEq for DptKelvinPerPercent
impl PartialEq for DptKelvinPerPercent
impl Copy for DptKelvinPerPercent
impl StructuralPartialEq for DptKelvinPerPercent
Auto Trait Implementations§
impl Freeze for DptKelvinPerPercent
impl RefUnwindSafe for DptKelvinPerPercent
impl Send for DptKelvinPerPercent
impl Sync for DptKelvinPerPercent
impl Unpin for DptKelvinPerPercent
impl UnwindSafe for DptKelvinPerPercent
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