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