Enum dcl_data_structures::grid_type::ArrayType
source · pub enum ArrayType {
Array1D,
Array2D,
Array3D,
Array4D,
}Expand description
ArrayType to determine what kind of ArrayGrid to build.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ArrayType
impl Send for ArrayType
impl Sync for ArrayType
impl Unpin for ArrayType
impl UnwindSafe for ArrayType
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