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