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