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