pub struct vtkEmptyCell(/* private fields */);Expand description
an empty cell used as a place-holder during processing
vtkEmptyCell is a concrete implementation of vtkCell. It is used during processing to represented a deleted element.
Implementations§
Source§impl vtkEmptyCell
impl vtkEmptyCell
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkEmptyCell wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkEmptyCell
impl Default for vtkEmptyCell
Auto Trait Implementations§
impl Freeze for vtkEmptyCell
impl RefUnwindSafe for vtkEmptyCell
impl !Send for vtkEmptyCell
impl !Sync for vtkEmptyCell
impl Unpin for vtkEmptyCell
impl UnwindSafe for vtkEmptyCell
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