pub struct vtkUnstructuredGridCellIterator(/* private fields */);Expand description
Implementation of vtkCellIterator
specialized for vtkUnstructuredGrid.
Implementations§
Source§impl vtkUnstructuredGridCellIterator
impl vtkUnstructuredGridCellIterator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkUnstructuredGridCellIterator wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkUnstructuredGridCellIterator
impl RefUnwindSafe for vtkUnstructuredGridCellIterator
impl !Send for vtkUnstructuredGridCellIterator
impl !Sync for vtkUnstructuredGridCellIterator
impl Unpin for vtkUnstructuredGridCellIterator
impl UnwindSafe for vtkUnstructuredGridCellIterator
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