pub struct WindowsMut<Slice, const WINDOW_SIZE: usize> { /* private fields */ }
Expand description

The impl LendingIterator returned by windows_mut().

Trait Implementations

Query the next() Item of this Self iterator. Read more

Convenience method: same as .map(), but for hard-coding the HKT parameter to HKTRef<R> = HKT!(&R). Read more

Convenience method: same as .map(), but for hard-coding the HKT parameter to HKTRefMut<R> = HKT!(&mut R). Read more

Convenience shorthand for .map…(…).into_iter(). Read more

Convenience method: same as .filter_map(), but for hard-coding the HKT parameter to HKTRef<R> = HKT!(&R). Read more

Convenience method: same as .filter_map(), but for hard-coding the HKT parameter to HKTRefMut<R> = HKT!(&mut R). Read more

Convenience shorthand for .filter_map…(…).into_iter(). Read more

Convert a Self : LendingIterator into an Iterator, provided Self::Item<'_> does not depend on '_. Read more

Available on crate feature alloc only.

Converts this LendingIterator into a Box<dyn LendingIteratorDyn…>. Read more

Converts this LendingIterator into a Box<dyn LendingIteratorDyn…>. Read more

The “output” of this whole hand-rolled GAT: think of LendingIteratorඞItem<'lt>::T as of LendingIterator::Item<'lt>. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.