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