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