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

source§

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)

Performs copy-assignment from source. Read more
source§

impl Debug for libcamera_control_value

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for libcamera_control_value