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