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