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