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