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