Struct embedded_bacnet::common::time_value::TimeValue
source · pub struct TimeValue {
pub time: Time,
pub value: SimpleApplicationDataValue,
}Fields§
§time: Time§value: SimpleApplicationDataValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimeValue
impl Send for TimeValue
impl Sync for TimeValue
impl Unpin for TimeValue
impl UnwindSafe for TimeValue
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