pub struct vtkInformationVector(/* private fields */);Expand description
Store zero or more vtkInformation instances.
vtkInformationVector stores a vector of zero or more vtkInformation objects corresponding to the input or output information for a vtkAlgorithm. An instance of this class is passed to vtkAlgorithm::ProcessRequest calls.
Implementations§
Source§impl vtkInformationVector
impl vtkInformationVector
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkInformationVector wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkInformationVector
impl Default for vtkInformationVector
Auto Trait Implementations§
impl Freeze for vtkInformationVector
impl RefUnwindSafe for vtkInformationVector
impl !Send for vtkInformationVector
impl !Sync for vtkInformationVector
impl Unpin for vtkInformationVector
impl UnwindSafe for vtkInformationVector
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