pub enum EstablishedTiming {
Show 17 variants
H720V400F70,
H720V400F88,
H640V480F60,
H640V480F67,
H640V480F72,
H640V480F75,
H800V600F56,
H800V600F60,
H800V600F72,
H800V600F75,
H832V624F75,
H1024V768F87,
H1024V768F60,
H1024V768F70,
H1024V768F75,
H1280V1024F75,
H1152V870F75,
}Expand description
The ‘established timings’ specified by VESA.
Variants§
H720V400F70
H720V400F88
H640V480F60
H640V480F67
H640V480F72
H640V480F75
H800V600F56
H800V600F60
H800V600F72
H800V600F75
H832V624F75
H1024V768F87
H1024V768F60
H1024V768F70
H1024V768F75
H1280V1024F75
H1152V870F75
Trait Implementations§
Source§impl Clone for EstablishedTiming
impl Clone for EstablishedTiming
Source§fn clone(&self) -> EstablishedTiming
fn clone(&self) -> EstablishedTiming
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 EstablishedTiming
impl Debug for EstablishedTiming
impl Copy for EstablishedTiming
Auto Trait Implementations§
impl Freeze for EstablishedTiming
impl RefUnwindSafe for EstablishedTiming
impl Send for EstablishedTiming
impl Sync for EstablishedTiming
impl Unpin for EstablishedTiming
impl UnwindSafe for EstablishedTiming
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