pub enum ObjectPos {
Stationary,
Direct,
Retrograde,
}Expand description
Object position (direction)
Variants§
Trait Implementations§
impl StructuralPartialEq for ObjectPos
Auto Trait Implementations§
impl Freeze for ObjectPos
impl RefUnwindSafe for ObjectPos
impl Send for ObjectPos
impl Sync for ObjectPos
impl Unpin for ObjectPos
impl UnwindSafe for ObjectPos
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