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