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