Enum e_drone::system::Rotation [−][src]
#[repr(u8)]
pub enum Rotation {
None,
Clockwise,
Counterclockwise,
}Variants
Implementations
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Rotation
impl UnwindSafe for Rotation
Blanket Implementations
Mutably borrows from an owned value. Read more