pub struct vtkBitArrayIterator(/* private fields */);Expand description
Iterator for vtkBitArray.
This iterator iterates over a vtkBitArray. It uses the double interface to get/set bit values.
Implementations§
Source§impl vtkBitArrayIterator
impl vtkBitArrayIterator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkBitArrayIterator wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkBitArrayIterator
impl Default for vtkBitArrayIterator
Auto Trait Implementations§
impl Freeze for vtkBitArrayIterator
impl RefUnwindSafe for vtkBitArrayIterator
impl !Send for vtkBitArrayIterator
impl !Sync for vtkBitArrayIterator
impl Unpin for vtkBitArrayIterator
impl UnwindSafe for vtkBitArrayIterator
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