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