pub struct Expr<'a, T, D: Dim, L: Layout> { /* private fields */ }Expand description
Expression that gives references to array elements.
Trait Implementations§
source§impl<'a, T, D: Dim, L: Layout> Producer for Expr<'a, T, D, L>
 
impl<'a, T, D: Dim, L: Layout> Producer for Expr<'a, T, D, L>
source§const IS_REPEATABLE: bool = true
 
const IS_REPEATABLE: bool = true
True if the expression can be restarted from the beginning after the last index.
source§const SPLIT_MASK: usize = _
 
const SPLIT_MASK: usize = _
Bitmask per dimension indicating if indexing can be combined with the outer dimension.
impl<'a, T: Sync, D: Dim, L: Layout> Send for Expr<'a, T, D, L>
impl<'a, T: Sync, D: Dim, L: Layout> Sync for Expr<'a, T, D, L>
Auto Trait Implementations§
impl<'a, T, D, L> RefUnwindSafe for Expr<'a, T, D, L>
impl<'a, T, D, L> Unpin for Expr<'a, T, D, L>
impl<'a, T, D, L> UnwindSafe for Expr<'a, T, D, L>
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