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