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