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