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