[][src]Trait realsense_rust::pipeline::marker::PipelineState

pub trait PipelineState {
    unsafe fn unsafe_clone(&self) -> Self;
}

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.

Loading content...

Implementors

impl PipelineState for Active[src]

impl PipelineState for Inactive[src]

Loading content...