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