#[repr(C)]pub struct libcamera_color_space {
pub primaries: Type,
pub transfer_function: Type,
pub ycbcr_encoding: Type,
pub range: Type,
}Fields§
§primaries: Type§transfer_function: Type§ycbcr_encoding: Type§range: TypeTrait Implementations§
Source§impl Clone for libcamera_color_space
impl Clone for libcamera_color_space
Source§fn clone(&self) -> libcamera_color_space
fn clone(&self) -> libcamera_color_space
Returns a duplicate 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 moreSource§impl Debug for libcamera_color_space
impl Debug for libcamera_color_space
impl Copy for libcamera_color_space
Auto Trait Implementations§
impl Freeze for libcamera_color_space
impl RefUnwindSafe for libcamera_color_space
impl Send for libcamera_color_space
impl Sync for libcamera_color_space
impl Unpin for libcamera_color_space
impl UnwindSafe for libcamera_color_space
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more