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