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