pub struct vtkReferenceCount(/* private fields */);Expand description
Obsolete / empty subclass of object.
vtkReferenceCount functionality has now been moved into vtkObject @sa vtkObject
Implementations§
Source§impl vtkReferenceCount
impl vtkReferenceCount
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkReferenceCount wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkReferenceCount
impl Default for vtkReferenceCount
Auto Trait Implementations§
impl Freeze for vtkReferenceCount
impl RefUnwindSafe for vtkReferenceCount
impl !Send for vtkReferenceCount
impl !Sync for vtkReferenceCount
impl Unpin for vtkReferenceCount
impl UnwindSafe for vtkReferenceCount
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