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