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