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