pub struct Rnt {
pub min_depth: u16,
pub max_depth: u16,
pub rnt: u16,
}Expand description
item in the row of the table for residual nitrogen time
Fields§
§min_depth: u16the lower end of allowed depth for a specific RNT item expressed feet of sea water
max_depth: u16the higher end of allowed depth for a specific RNT item expressed feet of sea water
rnt: u16the residual nitrogen time expressed in minutes
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Rnt
impl<'de> Deserialize<'de> for Rnt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Rnt
impl RefUnwindSafe for Rnt
impl Send for Rnt
impl Sync for Rnt
impl Unpin for Rnt
impl UnsafeUnpin for Rnt
impl UnwindSafe for Rnt
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