Enum ascom_alpaca::api::PutPulseGuideDirection
source · #[repr(i32)]pub enum PutPulseGuideDirection {
North,
South,
East,
West,
}Available on crate features
camera or telescope only.Expand description
The direction in which the guide-rate motion is to be made.
Variants§
Trait Implementations§
source§impl Clone for PutPulseGuideDirection
impl Clone for PutPulseGuideDirection
source§fn clone(&self) -> PutPulseGuideDirection
fn clone(&self) -> PutPulseGuideDirection
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 PutPulseGuideDirection
impl Debug for PutPulseGuideDirection
source§impl<'de> Deserialize<'de> for PutPulseGuideDirection
impl<'de> Deserialize<'de> for PutPulseGuideDirection
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 From<PutPulseGuideDirection> for i32
impl From<PutPulseGuideDirection> for i32
source§fn from(enum_value: PutPulseGuideDirection) -> Self
fn from(enum_value: PutPulseGuideDirection) -> Self
Converts to this type from the input type.
source§impl PartialEq<PutPulseGuideDirection> for PutPulseGuideDirection
impl PartialEq<PutPulseGuideDirection> for PutPulseGuideDirection
source§fn eq(&self, other: &PutPulseGuideDirection) -> bool
fn eq(&self, other: &PutPulseGuideDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PutPulseGuideDirection
impl Serialize for PutPulseGuideDirection
source§impl TryFrom<i32> for PutPulseGuideDirection
impl TryFrom<i32> for PutPulseGuideDirection
§type Error = TryFromPrimitiveError<PutPulseGuideDirection>
type Error = TryFromPrimitiveError<PutPulseGuideDirection>
The type returned in the event of a conversion error.
impl Copy for PutPulseGuideDirection
impl Eq for PutPulseGuideDirection
impl StructuralEq for PutPulseGuideDirection
impl StructuralPartialEq for PutPulseGuideDirection
Auto Trait Implementations§
impl RefUnwindSafe for PutPulseGuideDirection
impl Send for PutPulseGuideDirection
impl Sync for PutPulseGuideDirection
impl Unpin for PutPulseGuideDirection
impl UnwindSafe for PutPulseGuideDirection
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.