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