pub struct Drain<'a, T, D: Dim, A: Allocator> { /* private fields */ }Expand description
Expression that moves out of an array range.
Trait Implementations§
source§impl<'a, T, D: Dim, A: Allocator> Producer for Drain<'a, T, D, A>
 
impl<'a, T, D: Dim, A: Allocator> Producer for Drain<'a, T, D, A>
source§const IS_REPEATABLE: bool = false
 
const IS_REPEATABLE: bool = false
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: Send, D: Dim, A: Allocator> Send for Drain<'a, T, D, A>
impl<'a, T: Sync, D: Dim, A: Allocator> Sync for Drain<'a, T, D, A>
Auto Trait Implementations§
impl<'a, T, D, A> RefUnwindSafe for Drain<'a, T, D, A>
impl<'a, T, D, A> Unpin for Drain<'a, T, D, A>
impl<'a, T, D, A> !UnwindSafe for Drain<'a, T, D, A>
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