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