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 UnsafeUnpin 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