pub struct vtkDirectory(/* private fields */);Expand description
OS independent class for access and manipulation of system directories
vtkDirectory provides a portable way of finding the names of the files in a system directory. It also provides methods of manipulating directories.
@warning vtkDirectory works with windows and unix only.
Implementations§
Source§impl vtkDirectory
impl vtkDirectory
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkDirectory wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkDirectory
impl Default for vtkDirectory
Auto Trait Implementations§
impl Freeze for vtkDirectory
impl RefUnwindSafe for vtkDirectory
impl !Send for vtkDirectory
impl !Sync for vtkDirectory
impl Unpin for vtkDirectory
impl UnwindSafe for vtkDirectory
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