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