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