pub struct vtkDoubleArray(/* private fields */);Expand description
dynamic, self-adjusting array of double
vtkDoubleArray is an array of values of type double. It provides methods for insertion and retrieval of values and will automatically resize itself to hold new data.
Implementations§
Source§impl vtkDoubleArray
impl vtkDoubleArray
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkDoubleArray wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkDoubleArray
impl Default for vtkDoubleArray
Auto Trait Implementations§
impl Freeze for vtkDoubleArray
impl RefUnwindSafe for vtkDoubleArray
impl !Send for vtkDoubleArray
impl !Sync for vtkDoubleArray
impl Unpin for vtkDoubleArray
impl UnwindSafe for vtkDoubleArray
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