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