Struct rust_hdl_ok_frontpanel_sys::okTDeviceSensor [−][src]
#[repr(C)]pub struct okTDeviceSensor {
pub id: c_int,
pub type_: okEDeviceSensorType,
pub name: [c_char; 64],
pub description: [c_char; 256],
pub min: f64,
pub max: f64,
pub step: f64,
pub value: f64,
}
Fields
id: c_int
type_: okEDeviceSensorType
name: [c_char; 64]
description: [c_char; 256]
min: f64
max: f64
step: f64
value: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for okTDeviceSensor
impl Send for okTDeviceSensor
impl Sync for okTDeviceSensor
impl Unpin for okTDeviceSensor
impl UnwindSafe for okTDeviceSensor
Blanket Implementations
Mutably borrows from an owned value. Read more