pub struct vtkVertex(/* private fields */);Expand description
a cell that represents a 3D point
vtkVertex is a concrete implementation of vtkCell to represent a 3D point.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkVertex
impl RefUnwindSafe for vtkVertex
impl !Send for vtkVertex
impl !Sync for vtkVertex
impl Unpin for vtkVertex
impl UnwindSafe for vtkVertex
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