pub enum Elbow {
Up,
Down,
}Expand description
Which way a two-link arm’s elbow bends; both reach the same point.
Variants§
Up
The elbow bends so the second joint angle is positive (counter-clockwise).
Down
The elbow bends so the second joint angle is negative (clockwise).
Trait Implementations§
impl Copy for Elbow
impl Eq for Elbow
impl StructuralPartialEq for Elbow
Auto Trait Implementations§
impl Freeze for Elbow
impl RefUnwindSafe for Elbow
impl Send for Elbow
impl Sync for Elbow
impl Unpin for Elbow
impl UnsafeUnpin for Elbow
impl UnwindSafe for Elbow
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