pub struct vtkIdList(/* private fields */);Expand description
list of point or cell ids
vtkIdList is used to represent and pass data id’s between objects. vtkIdList may represent any type of integer id, but usually represents point and cell ids.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkIdList
impl RefUnwindSafe for vtkIdList
impl !Send for vtkIdList
impl !Sync for vtkIdList
impl Unpin for vtkIdList
impl UnwindSafe for vtkIdList
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