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
impl Clone for libcamera_stream_formats
source§fn clone(&self) -> libcamera_stream_formats
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more