pub struct vtkLagrangeQuadrilateral(/* private fields */);Expand description
Implementations§
Source§impl vtkLagrangeQuadrilateral
impl vtkLagrangeQuadrilateral
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkLagrangeQuadrilateral wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkLagrangeQuadrilateral
impl Default for vtkLagrangeQuadrilateral
Auto Trait Implementations§
impl Freeze for vtkLagrangeQuadrilateral
impl RefUnwindSafe for vtkLagrangeQuadrilateral
impl !Send for vtkLagrangeQuadrilateral
impl !Sync for vtkLagrangeQuadrilateral
impl Unpin for vtkLagrangeQuadrilateral
impl UnwindSafe for vtkLagrangeQuadrilateral
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