pub struct Offsets {
pub transducer_to_keel: Option<f64>,
pub surface_to_transducer: Option<f64>,
}Expand description
The vessel’s sounder geometry, as far as it is known.
Both are distances Signal K states positive downwards, and both are
properties of the installation rather than of the water. They arrive on
the wire like anything else when the server has been told them, and stay
None when it has not.
Fields§
§transducer_to_keel: Option<f64>Transducer face down to the bottom of the keel.
surface_to_transducer: Option<f64>Water surface down to the transducer face.
Trait Implementations§
impl Copy for Offsets
impl StructuralPartialEq for Offsets
Auto Trait Implementations§
impl Freeze for Offsets
impl RefUnwindSafe for Offsets
impl Send for Offsets
impl Sync for Offsets
impl Unpin for Offsets
impl UnsafeUnpin for Offsets
impl UnwindSafe for Offsets
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