pub struct vtkDataArrayCollection(/* private fields */);Expand description
maintain an ordered list of dataarray objects
vtkDataArrayCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.
Implementations§
Source§impl vtkDataArrayCollection
impl vtkDataArrayCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkDataArrayCollection wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkDataArrayCollection
impl Default for vtkDataArrayCollection
Auto Trait Implementations§
impl Freeze for vtkDataArrayCollection
impl RefUnwindSafe for vtkDataArrayCollection
impl !Send for vtkDataArrayCollection
impl !Sync for vtkDataArrayCollection
impl Unpin for vtkDataArrayCollection
impl UnwindSafe for vtkDataArrayCollection
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