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