Expand description
Own namespace of the module.
Modules§
- access
- Defines traits and methods for accessing the components or elements of data structures. Defines traits and methods for accessing the components or elements of data structures.
- attribute
- Defines traits and methods for getting and setting specific attributes or properties. Defines traits and methods for getting and setting specific attributes or properties.
Traits§
- Collection
- A trait for collections of scalars.
- Const
Layout - Trait for setting values in a matrix.
- Indexable
- Trait for objects that have an indexable dimension.
- Indexing
Mut - Trait for indexing and iterating over matrix elements with mutable access.
- Indexing
Ref - Trait for indexing and iterating over matrix elements.
- RawSlice
- Provides immutable access to the underlying data of a collection as a flat slice.
- RawSlice
Mut - Trait for accessing and modifying the underlying data of a collection as a mutable slice.
- Scalar
Mut - Trait for setting values in a matrix.
- Scalar
Ref - Trait for setting values in a matrix.
- Stride
Trait - Trait for objects that have a stride.
- Zero
- Defines an additive identity element for
Self.