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