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