pub struct vtkFileOutputWindow(/* private fields */);Expand description
File Specific output window class
Writes debug/warning/error output to a log file instead of the console. To use this class, instantiate it and then call SetInstance(this).
Implementations§
Source§impl vtkFileOutputWindow
impl vtkFileOutputWindow
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkFileOutputWindow wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkFileOutputWindow
impl Default for vtkFileOutputWindow
Auto Trait Implementations§
impl Freeze for vtkFileOutputWindow
impl RefUnwindSafe for vtkFileOutputWindow
impl !Send for vtkFileOutputWindow
impl !Sync for vtkFileOutputWindow
impl Unpin for vtkFileOutputWindow
impl UnwindSafe for vtkFileOutputWindow
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