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