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