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