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