Struct realsense_rust::pipeline::PipelineProfile [−][src]
pub struct PipelineProfile { /* fields omitted */ }
Expand description
Type representing the device and streams associated with a pipeline.
Implementations
Trait Implementations
Attempts to construct a PipelineProfile
from an rs2_pipeline_profile
pointer.
Errors
Returns PipelineProfileConstructionError::CouldNotRetrieveDevice
if the device
associated with the pipeline profile cannot be obtained.
Returns PipelineProfileConstructionError::CouldNotRetrieveStreamList
if the list of
streams associated with the pipeline profile cannot be obtained.
Returns PipelineProfileConstructionError::CouldNotRetrieveStreamCount
if the length of
the list of streams associated with the pipeline profile cannot be obtained.
Auto Trait Implementations
impl RefUnwindSafe for PipelineProfile
impl !Send for PipelineProfile
impl !Sync for PipelineProfile
impl Unpin for PipelineProfile
impl UnwindSafe for PipelineProfile