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