[−][src]Trait realsense_rust::pipeline::marker::PipelineState
Marker trait for pipeline marker types.
Required methods
unsafe fn unsafe_clone(&self) -> Self
Clone the state with the underlying pointer. It is intended for internal use only.
Safety
You can to prevent Drop::drop to be called twice by calling this method.