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