pub enum Vec2Index {
X,
Y,
}
Variants§
Trait Implementations§
source§impl PartialEq<Vec2Index> for Vec2Index
impl PartialEq<Vec2Index> for Vec2Index
impl Copy for Vec2Index
impl StructuralPartialEq for Vec2Index
Auto Trait Implementations§
impl RefUnwindSafe for Vec2Index
impl Send for Vec2Index
impl Sync for Vec2Index
impl Unpin for Vec2Index
impl UnwindSafe for Vec2Index
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