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