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