Struct epics_ca_sys::dbr_time_string
source · #[repr(C)]pub struct dbr_time_string {
pub status: dbr_short_t,
pub severity: dbr_short_t,
pub stamp: epicsTimeStamp,
pub value: dbr_string_t,
}Fields§
§status: dbr_short_t§severity: dbr_short_t§stamp: epicsTimeStamp§value: dbr_string_tTrait Implementations§
source§impl Clone for dbr_time_string
impl Clone for dbr_time_string
source§fn clone(&self) -> dbr_time_string
fn clone(&self) -> dbr_time_string
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 more