pub struct EstablishedTimings {Show 17 fields
pub has_720x400_70hz: bool,
pub has_720x400_88hz: bool,
pub has_640x480_60hz: bool,
pub has_640x480_67hz: bool,
pub has_640x480_72hz: bool,
pub has_640x480_75hz: bool,
pub has_800x600_56hz: bool,
pub has_800x600_60hz: bool,
pub has_800x600_72hz: bool,
pub has_800x600_75hz: bool,
pub has_832x624_75hz: bool,
pub has_1024x768_87hz_interlaced: bool,
pub has_1024x768_60hz: bool,
pub has_1024x768_70hz: bool,
pub has_1024x768_75hz: bool,
pub has_1280x1024_75hz: bool,
pub has_1152x870_75hz: bool,
}Expand description
Established timings I and II, defined in section 3.8.
Fields§
§has_720x400_70hz: bool§has_720x400_88hz: bool§has_640x480_60hz: bool§has_640x480_67hz: bool§has_640x480_72hz: bool§has_640x480_75hz: bool§has_800x600_56hz: bool§has_800x600_60hz: bool§has_800x600_72hz: bool§has_800x600_75hz: bool§has_832x624_75hz: bool§has_1024x768_87hz_interlaced: bool§has_1024x768_60hz: bool§has_1024x768_70hz: bool§has_1024x768_75hz: bool§has_1280x1024_75hz: bool§has_1152x870_75hz: boolTrait Implementations§
Source§impl Clone for EstablishedTimings
impl Clone for EstablishedTimings
Source§fn clone(&self) -> EstablishedTimings
fn clone(&self) -> EstablishedTimings
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 EstablishedTimings
impl Debug for EstablishedTimings
Source§impl From<di_edid_established_timings_i_ii> for EstablishedTimings
impl From<di_edid_established_timings_i_ii> for EstablishedTimings
Source§fn from(value: di_edid_established_timings_i_ii) -> EstablishedTimings
fn from(value: di_edid_established_timings_i_ii) -> EstablishedTimings
Converts to this type from the input type.
impl Copy for EstablishedTimings
Auto Trait Implementations§
impl Freeze for EstablishedTimings
impl RefUnwindSafe for EstablishedTimings
impl Send for EstablishedTimings
impl Sync for EstablishedTimings
impl Unpin for EstablishedTimings
impl UnwindSafe for EstablishedTimings
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