pub struct vtkSignedCharArray(/* private fields */);Expand description
dynamic, self-adjusting array of signed char
vtkSignedCharArray is an array of values of type signed char. It provides methods for insertion and retrieval of values and will automatically resize itself to hold new data.
Implementations§
Source§impl vtkSignedCharArray
impl vtkSignedCharArray
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkSignedCharArray wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkSignedCharArray
impl Default for vtkSignedCharArray
Auto Trait Implementations§
impl Freeze for vtkSignedCharArray
impl RefUnwindSafe for vtkSignedCharArray
impl !Send for vtkSignedCharArray
impl !Sync for vtkSignedCharArray
impl Unpin for vtkSignedCharArray
impl UnwindSafe for vtkSignedCharArray
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