pub struct vtkGenericAttributeCollection(/* private fields */);Expand description
a collection of attributes
vtkGenericAttributeCollection is a class that collects attributes (represented by vtkGenericAttribute).
Implementations§
Source§impl vtkGenericAttributeCollection
impl vtkGenericAttributeCollection
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkGenericAttributeCollection wrapped inside vtkNew
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkGenericAttributeCollection
impl RefUnwindSafe for vtkGenericAttributeCollection
impl !Send for vtkGenericAttributeCollection
impl !Sync for vtkGenericAttributeCollection
impl Unpin for vtkGenericAttributeCollection
impl UnwindSafe for vtkGenericAttributeCollection
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