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