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