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