Trait realsense_rust::options::ToOptions[][src]

pub trait ToOptions {
    fn get_options_ptr(&self) -> NonNull<rs2_options>;

    fn to_options(&self) -> Result<HashMap<Rs2Option, OptionHandle>> { ... }
}

The extension trait extracts runtime configuration from implemented type.

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl<Kind> ToOptions for ProcessingBlock<Kind> where
    Kind: ProcessingBlockKind
[src]

impl<Kind> ToOptions for Sensor<Kind> where
    Kind: SensorKind
[src]

Loading content...