pub struct SupportedSignalColorimetry {
pub bt2020_cycc: bool,
pub bt2020_ycc: bool,
pub bt2020_rgb: bool,
pub st2113_rgb: bool,
pub ictcp: bool,
}Available on crate features
v0_2 or v0_3 only.Expand description
Additional signal colorimetry encodings supported by the display
Fields§
§bt2020_cycc: bool§bt2020_ycc: bool§bt2020_rgb: bool§st2113_rgb: bool§ictcp: boolTrait Implementations§
Source§impl Clone for SupportedSignalColorimetry
impl Clone for SupportedSignalColorimetry
Source§fn clone(&self) -> SupportedSignalColorimetry
fn clone(&self) -> SupportedSignalColorimetry
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 SupportedSignalColorimetry
impl Debug for SupportedSignalColorimetry
Source§impl From<di_supported_signal_colorimetry> for SupportedSignalColorimetry
impl From<di_supported_signal_colorimetry> for SupportedSignalColorimetry
Source§fn from(value: di_supported_signal_colorimetry) -> SupportedSignalColorimetry
fn from(value: di_supported_signal_colorimetry) -> SupportedSignalColorimetry
Converts to this type from the input type.
impl Copy for SupportedSignalColorimetry
Auto Trait Implementations§
impl Freeze for SupportedSignalColorimetry
impl RefUnwindSafe for SupportedSignalColorimetry
impl Send for SupportedSignalColorimetry
impl Sync for SupportedSignalColorimetry
impl Unpin for SupportedSignalColorimetry
impl UnwindSafe for SupportedSignalColorimetry
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