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