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