#[repr(C)]pub struct dc_tank_t {
pub gasmix: c_uint,
pub type_: dc_tankvolume_t,
pub volume: f64,
pub workpressure: f64,
pub beginpressure: f64,
pub endpressure: f64,
}
Fields§
§gasmix: c_uint
§type_: dc_tankvolume_t
§volume: f64
§workpressure: f64
§beginpressure: f64
§endpressure: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dc_tank_t
impl RefUnwindSafe for dc_tank_t
impl Send for dc_tank_t
impl Sync for dc_tank_t
impl Unpin for dc_tank_t
impl UnwindSafe for dc_tank_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