pub struct V1EnvironmentDepth {
pub below_keel: Option<V1NumberValue>,
pub below_transducer: Option<V1NumberValue>,
pub below_surface: Option<V1NumberValue>,
pub transducer_to_keel: Option<V1NumberValue>,
pub surface_to_transducer: Option<V1NumberValue>,
}
Fields§
§below_keel: Option<V1NumberValue>
§below_transducer: Option<V1NumberValue>
§below_surface: Option<V1NumberValue>
§transducer_to_keel: Option<V1NumberValue>
§surface_to_transducer: Option<V1NumberValue>
Implementations§
Trait Implementations§
Source§impl Clone for V1EnvironmentDepth
impl Clone for V1EnvironmentDepth
Source§fn clone(&self) -> V1EnvironmentDepth
fn clone(&self) -> V1EnvironmentDepth
Returns a copy 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 moreSource§impl Debug for V1EnvironmentDepth
impl Debug for V1EnvironmentDepth
Source§impl Default for V1EnvironmentDepth
impl Default for V1EnvironmentDepth
Source§fn default() -> V1EnvironmentDepth
fn default() -> V1EnvironmentDepth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1EnvironmentDepth
impl<'de> Deserialize<'de> for V1EnvironmentDepth
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
Source§impl PartialEq for V1EnvironmentDepth
impl PartialEq for V1EnvironmentDepth
Source§impl Serialize for V1EnvironmentDepth
impl Serialize for V1EnvironmentDepth
impl StructuralPartialEq for V1EnvironmentDepth
Auto Trait Implementations§
impl Freeze for V1EnvironmentDepth
impl RefUnwindSafe for V1EnvironmentDepth
impl Send for V1EnvironmentDepth
impl Sync for V1EnvironmentDepth
impl Unpin for V1EnvironmentDepth
impl UnwindSafe for V1EnvironmentDepth
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