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