pub struct vtkVariantArray(/* private fields */);Expand description
An array holding vtkVariants.
@par Thanks: Thanks to Patricia Crossno, Ken Moreland, Andrew Wilson and Brian Wylie from Sandia National Laboratories for their help in developing this class.
Implementations§
Source§impl vtkVariantArray
impl vtkVariantArray
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkVariantArray wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkVariantArray
impl Default for vtkVariantArray
Auto Trait Implementations§
impl Freeze for vtkVariantArray
impl RefUnwindSafe for vtkVariantArray
impl !Send for vtkVariantArray
impl !Sync for vtkVariantArray
impl Unpin for vtkVariantArray
impl UnwindSafe for vtkVariantArray
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