pub struct vtkGraphInternals(/* private fields */);Expand description
Internal representation of vtkGraph
This is the internal representation of vtkGraph, used only in rare cases where one must modify that representation.
Implementations§
Source§impl vtkGraphInternals
impl vtkGraphInternals
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkGraphInternals wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkGraphInternals
impl Default for vtkGraphInternals
Auto Trait Implementations§
impl Freeze for vtkGraphInternals
impl RefUnwindSafe for vtkGraphInternals
impl !Send for vtkGraphInternals
impl !Sync for vtkGraphInternals
impl Unpin for vtkGraphInternals
impl UnwindSafe for vtkGraphInternals
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