pub struct vtkPixel(/* private fields */);Expand description
a cell that represents an orthogonal quadrilateral
vtkPixel is a concrete implementation of vtkCell to represent a 2D orthogonal quadrilateral. Unlike vtkQuad, the corners are at right angles, and aligned along x-y-z coordinate axes leading to large increases in computational efficiency.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkPixel
impl RefUnwindSafe for vtkPixel
impl !Send for vtkPixel
impl !Sync for vtkPixel
impl Unpin for vtkPixel
impl UnwindSafe for vtkPixel
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