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