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