Type Alias libcamera_sys::libcamera_control_value_t
source · pub type libcamera_control_value_t = libcamera_control_value;
Aliased Type§
struct libcamera_control_value_t { /* private fields */ }
Trait Implementations
source§impl Clone for libcamera_control_value
impl Clone for libcamera_control_value
source§fn clone(&self) -> libcamera_control_value
fn clone(&self) -> libcamera_control_value
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more