pub enum Relative {
Front,
Back,
}
Expand description
Direction relative to an orientation.
Variants§
Front
Front relative direction.
- Horizontally, this means
Left
- Vertically, this means
Up
Back
Back relative direction.
- Horizontally, this means
Right
- Vertically, this means
Down
.
Implementations§
Trait Implementations§
Source§impl Resolvable for Relative
impl Resolvable for Relative
impl Copy for Relative
impl Eq for Relative
impl StructuralPartialEq for Relative
Auto Trait Implementations§
impl Freeze for Relative
impl RefUnwindSafe for Relative
impl Send for Relative
impl Sync for Relative
impl Unpin for Relative
impl UnwindSafe for Relative
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.