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