Struct realsense_rust::pipeline::PipelineProfile[][src]

pub struct PipelineProfile { /* fields omitted */ }
Expand description

Type representing the device and streams associated with a pipeline.

Implementations

Gets the device associated with a pipeline.

Gets list of streams associated with a pipeline.

Trait Implementations

Formats the value using the given formatter. Read more

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.

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.