enum ExtraCoordinate {
ArrayLayer,
Projection,
Garbage,
}
Variants§
Auto Trait Implementations§
impl Freeze for ExtraCoordinate
impl RefUnwindSafe for ExtraCoordinate
impl Send for ExtraCoordinate
impl Sync for ExtraCoordinate
impl Unpin for ExtraCoordinate
impl UnwindSafe for ExtraCoordinate
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