Enum realsense_rust::kind::OptionSetError [−][src]
pub enum OptionSetError { OptionNotSupported, OptionIsReadOnly, CouldNotSetOption(Rs2Exception, String), }
Expand description
Occur when an option cannot be set.
Variants
The requested option is not supported by this sensor.
The requested option is read-only and cannot be set.
CouldNotSetOption(Rs2Exception, String)
The requested option could not be set. Reason is reported by the sensor.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OptionSetError
impl Send for OptionSetError
impl Sync for OptionSetError
impl Unpin for OptionSetError
impl UnwindSafe for OptionSetError