pub struct DiveState {
pub depth: Depth,
pub time: Time,
pub gas: Gas,
pub ox_tox: OxTox,
}Fields§
§depth: Depth§time: Time§gas: Gas§ox_tox: OxToxTrait Implementations§
Auto Trait Implementations§
impl Freeze for DiveState
impl RefUnwindSafe for DiveState
impl Send for DiveState
impl Sync for DiveState
impl Unpin for DiveState
impl UnwindSafe for DiveState
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