#[repr(u32)]pub enum DisplayRangeLimitsType {
Bare = 0,
DefaultGtf = 1,
SecondaryGtf = 2,
Cvt = 3,
}Expand description
EDID display range limits type.
The values do not match the EDID specification.
The CVT entry was introduced in EDID 1.4.
Variants§
Trait Implementations§
Source§impl Clone for DisplayRangeLimitsType
impl Clone for DisplayRangeLimitsType
Source§fn clone(&self) -> DisplayRangeLimitsType
fn clone(&self) -> DisplayRangeLimitsType
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 DisplayRangeLimitsType
impl Debug for DisplayRangeLimitsType
Source§impl From<u32> for DisplayRangeLimitsType
impl From<u32> for DisplayRangeLimitsType
Source§fn from(value: di_edid_display_range_limits_type) -> DisplayRangeLimitsType
fn from(value: di_edid_display_range_limits_type) -> DisplayRangeLimitsType
Converts to this type from the input type.
Source§impl PartialEq for DisplayRangeLimitsType
impl PartialEq for DisplayRangeLimitsType
impl Copy for DisplayRangeLimitsType
impl Eq for DisplayRangeLimitsType
impl StructuralPartialEq for DisplayRangeLimitsType
Auto Trait Implementations§
impl Freeze for DisplayRangeLimitsType
impl RefUnwindSafe for DisplayRangeLimitsType
impl Send for DisplayRangeLimitsType
impl Sync for DisplayRangeLimitsType
impl Unpin for DisplayRangeLimitsType
impl UnwindSafe for DisplayRangeLimitsType
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