pub struct Flags {
pub it_underscan: bool,
pub basic_audio: bool,
pub ycc444: bool,
pub ycc422: bool,
pub native_dtds: i32,
}Expand description
Miscellaneous EDID CTA flags, defined in section 7.3.3.
For CTA revision 1, all of the fields are zero.
Fields§
§it_underscan: bool§basic_audio: bool§ycc444: bool§ycc422: bool§native_dtds: i32Trait Implementations§
Source§impl From<di_edid_cta_flags> for Flags
impl From<di_edid_cta_flags> for Flags
Source§fn from(value: di_edid_cta_flags) -> Flags
fn from(value: di_edid_cta_flags) -> Flags
Converts to this type from the input type.
impl Copy for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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