Struct ndarray::iter::Windows [−][src]
pub struct Windows<'a, A, D> { /* fields omitted */ }
Expand description
Window producer and iterable
See .windows()
for more
information.
Trait Implementations
Auto Trait Implementations
impl<'a, A, D> RefUnwindSafe for Windows<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe,
impl<'a, A, D> UnwindSafe for Windows<'a, A, D> where
A: RefUnwindSafe,
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more