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