#[repr(C)]pub struct NpyIter(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NpyIter
impl RefUnwindSafe for NpyIter
impl Send for NpyIter
impl Sync for NpyIter
impl Unpin for NpyIter
impl UnwindSafe for NpyIter
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