Struct ascom_alpaca::api::AxisRate
source · pub struct AxisRate {
pub maximum: f64,
pub minimum: f64,
}Available on crate feature
telescope only.Expand description
Axis rate object
Fields§
§maximum: f64The maximum rate (degrees per second) This must always be a positive number. It indicates the maximum rate in either direction about the axis.
minimum: f64The minimum rate (degrees per second) This must always be a positive number. It indicates the maximum rate in either direction about the axis.
Trait Implementations§
source§impl<'de> Deserialize<'de> for AxisRate
impl<'de> Deserialize<'de> for AxisRate
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 RefUnwindSafe for AxisRate
impl Send for AxisRate
impl Sync for AxisRate
impl Unpin for AxisRate
impl UnwindSafe for AxisRate
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