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