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