pub struct vtkStringOutputWindow(/* 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 vtkStringOutputWindow
impl vtkStringOutputWindow
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkStringOutputWindow wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkStringOutputWindow
impl Default for vtkStringOutputWindow
Auto Trait Implementations§
impl Freeze for vtkStringOutputWindow
impl RefUnwindSafe for vtkStringOutputWindow
impl !Send for vtkStringOutputWindow
impl !Sync for vtkStringOutputWindow
impl Unpin for vtkStringOutputWindow
impl UnwindSafe for vtkStringOutputWindow
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