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