pub struct vtkInformationIterator(/* private fields */);Expand description
Iterates over keys of an information object
vtkInformationIterator can be used to iterate over the keys of an information object. The corresponding values can then be directly obtained from the information object using the keys.
@sa vtkInformation vtkInformationKey
Implementations§
Source§impl vtkInformationIterator
impl vtkInformationIterator
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkInformationIterator wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkInformationIterator
impl Default for vtkInformationIterator
Auto Trait Implementations§
impl Freeze for vtkInformationIterator
impl RefUnwindSafe for vtkInformationIterator
impl !Send for vtkInformationIterator
impl !Sync for vtkInformationIterator
impl Unpin for vtkInformationIterator
impl UnwindSafe for vtkInformationIterator
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