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