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