Type Alias libcamera_sys::libcamera_frame_metadata_plane_t

source ·
pub type libcamera_frame_metadata_plane_t = libcamera_frame_metadata_plane;

Aliased Type§

struct libcamera_frame_metadata_plane_t {
    pub bytes_used: u32,
}

Fields§

§bytes_used: u32

Trait Implementations

source§

impl Clone for libcamera_frame_metadata_plane

source§

fn clone(&self) -> libcamera_frame_metadata_plane

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_frame_metadata_plane

source§

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

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

impl Copy for libcamera_frame_metadata_plane