Trait libcamera::control::ControlEntry
source · pub trait ControlEntry:
Clone
+ Into<ControlValue>
+ TryFrom<ControlValue, Error = ControlValueError>
+ Debug {
const ID: u32;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.