pub struct vtkVersion(/* private fields */);Expand description
Versioning class for vtk
Holds methods for defining/determining the current vtk version (major, minor, build).
@warning This file will change frequently to update the VTKSourceVersion which timestamps a particular source release.
Implementations§
Source§impl vtkVersion
impl vtkVersion
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkVersion wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkVersion
impl Default for vtkVersion
Auto Trait Implementations§
impl Freeze for vtkVersion
impl RefUnwindSafe for vtkVersion
impl !Send for vtkVersion
impl !Sync for vtkVersion
impl Unpin for vtkVersion
impl UnwindSafe for vtkVersion
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