pub struct DptAngle(/* private fields */);
Implementations§
Source§impl DptAngle
impl DptAngle
pub fn from_bytes(buf: &[u8]) -> Result<DptAngle, KnxNetIpError>
pub fn from_float32(v: f32) -> DptAngle
pub fn as_float32(&self) -> f32
Trait Implementations§
impl Copy for DptAngle
impl StructuralPartialEq for DptAngle
Auto Trait Implementations§
impl Freeze for DptAngle
impl RefUnwindSafe for DptAngle
impl Send for DptAngle
impl Sync for DptAngle
impl Unpin for DptAngle
impl UnwindSafe for DptAngle
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