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