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