#[repr(C)]pub union dc_sample_value_t {
Show 14 fields
pub time: c_uint,
pub depth: f64,
pub pressure: dc_sample_value_t__bindgen_ty_1,
pub temperature: f64,
pub event: dc_sample_value_t__bindgen_ty_2,
pub rbt: c_uint,
pub heartbeat: c_uint,
pub bearing: c_uint,
pub vendor: dc_sample_value_t__bindgen_ty_3,
pub setpoint: f64,
pub ppo2: f64,
pub cns: f64,
pub deco: dc_sample_value_t__bindgen_ty_4,
pub gasmix: c_uint,
}
Fields§
§time: c_uint
§depth: f64
§pressure: dc_sample_value_t__bindgen_ty_1
§temperature: f64
§event: dc_sample_value_t__bindgen_ty_2
§rbt: c_uint
§heartbeat: c_uint
§bearing: c_uint
§vendor: dc_sample_value_t__bindgen_ty_3
§setpoint: f64
§ppo2: f64
§cns: f64
§deco: dc_sample_value_t__bindgen_ty_4
§gasmix: c_uint
Trait Implementations§
Source§impl Clone for dc_sample_value_t
impl Clone for dc_sample_value_t
Source§fn clone(&self) -> dc_sample_value_t
fn clone(&self) -> dc_sample_value_t
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 moreimpl Copy for dc_sample_value_t
Auto Trait Implementations§
impl Freeze for dc_sample_value_t
impl RefUnwindSafe for dc_sample_value_t
impl !Send for dc_sample_value_t
impl !Sync for dc_sample_value_t
impl Unpin for dc_sample_value_t
impl UnwindSafe for dc_sample_value_t
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