pub struct ColorEncodingFormats {
pub rgb444: bool,
pub ycrcb444: bool,
pub ycrcb422: bool,
}Expand description
Basic color encoding formats, defined in section 3.6.4.“
Fields§
§rgb444: bool§ycrcb444: bool§ycrcb422: boolTrait Implementations§
Source§impl Clone for ColorEncodingFormats
impl Clone for ColorEncodingFormats
Source§fn clone(&self) -> ColorEncodingFormats
fn clone(&self) -> ColorEncodingFormats
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 ColorEncodingFormats
impl Debug for ColorEncodingFormats
Source§impl From<di_edid_color_encoding_formats> for ColorEncodingFormats
impl From<di_edid_color_encoding_formats> for ColorEncodingFormats
Source§fn from(value: di_edid_color_encoding_formats) -> ColorEncodingFormats
fn from(value: di_edid_color_encoding_formats) -> ColorEncodingFormats
Converts to this type from the input type.
impl Copy for ColorEncodingFormats
Auto Trait Implementations§
impl Freeze for ColorEncodingFormats
impl RefUnwindSafe for ColorEncodingFormats
impl Send for ColorEncodingFormats
impl Sync for ColorEncodingFormats
impl Unpin for ColorEncodingFormats
impl UnwindSafe for ColorEncodingFormats
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