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