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