Type Alias libcamera_sys::libcamera_stream_formats_t

source ·
pub type libcamera_stream_formats_t = libcamera_stream_formats;

Aliased Type§

struct libcamera_stream_formats_t { /* private fields */ }

Trait Implementations

source§

impl Clone for libcamera_stream_formats

source§

fn clone(&self) -> libcamera_stream_formats

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_stream_formats

source§

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

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

impl Copy for libcamera_stream_formats