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