pub struct vtkIndexedIntArray(/* private fields */);Expand description
indexed implicit array of int.
vtkIndexedIntArray is an indexed implicit array of values of type int. see vtkIndexedArray, vtkIndexedImplicitBackend
This file is generated by vtkImplicitArrays.cmake
Implementations§
Source§impl vtkIndexedIntArray
impl vtkIndexedIntArray
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkIndexedIntArray wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkIndexedIntArray
impl Default for vtkIndexedIntArray
Auto Trait Implementations§
impl Freeze for vtkIndexedIntArray
impl RefUnwindSafe for vtkIndexedIntArray
impl !Send for vtkIndexedIntArray
impl !Sync for vtkIndexedIntArray
impl Unpin for vtkIndexedIntArray
impl UnwindSafe for vtkIndexedIntArray
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