#[repr(C)]pub struct dbr_ctrl_long {
pub status: dbr_short_t,
pub severity: dbr_short_t,
pub units: [c_char; 8],
pub upper_disp_limit: dbr_long_t,
pub lower_disp_limit: dbr_long_t,
pub upper_alarm_limit: dbr_long_t,
pub upper_warning_limit: dbr_long_t,
pub lower_warning_limit: dbr_long_t,
pub lower_alarm_limit: dbr_long_t,
pub upper_ctrl_limit: dbr_long_t,
pub lower_ctrl_limit: dbr_long_t,
pub value: dbr_long_t,
}Fields§
§status: dbr_short_t§severity: dbr_short_t§units: [c_char; 8]§upper_disp_limit: dbr_long_t§lower_disp_limit: dbr_long_t§upper_alarm_limit: dbr_long_t§upper_warning_limit: dbr_long_t§lower_warning_limit: dbr_long_t§lower_alarm_limit: dbr_long_t§upper_ctrl_limit: dbr_long_t§lower_ctrl_limit: dbr_long_t§value: dbr_long_tTrait Implementations§
Source§impl Clone for dbr_ctrl_long
impl Clone for dbr_ctrl_long
Source§fn clone(&self) -> dbr_ctrl_long
fn clone(&self) -> dbr_ctrl_long
Returns a duplicate 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 moreSource§impl Debug for dbr_ctrl_long
impl Debug for dbr_ctrl_long
impl Copy for dbr_ctrl_long
Auto Trait Implementations§
impl Freeze for dbr_ctrl_long
impl RefUnwindSafe for dbr_ctrl_long
impl Send for dbr_ctrl_long
impl Sync for dbr_ctrl_long
impl Unpin for dbr_ctrl_long
impl UnwindSafe for dbr_ctrl_long
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