pub struct Time<V: Value + ?Sized> {
pub alarm: Alarm,
pub stamp: EpicsTimeStamp,
pub value: V,
/* private fields */
}Fields§
§alarm: Alarm§stamp: EpicsTimeStamp§value: VTrait Implementations§
Source§impl<V: Value + ?Sized> Request for Time<V>
impl<V: Value + ?Sized> Request for Time<V>
impl<V: Copy + Value + ?Sized> Copy for Time<V>
impl<V: Value + ?Sized> ReadRequest for Time<V>
Auto Trait Implementations§
impl<V> Freeze for Time<V>
impl<V> RefUnwindSafe for Time<V>
impl<V> Send for Time<V>where
V: ?Sized,
impl<V> Sync for Time<V>
impl<V> Unpin for Time<V>
impl<V> UnwindSafe for Time<V>
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