pub struct vtkQuad(/* private fields */);Expand description
a cell that represents a 2D quadrilateral
vtkQuad is a concrete implementation of vtkCell to represent a 2D quadrilateral. vtkQuad is defined by the four points (0,1,2,3) in counterclockwise order. vtkQuad uses the standard isoparametric interpolation functions for a linear quadrilateral.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkQuad
impl RefUnwindSafe for vtkQuad
impl !Send for vtkQuad
impl !Sync for vtkQuad
impl Unpin for vtkQuad
impl UnwindSafe for vtkQuad
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