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