pub enum ColorResolution {
Res640x480,
Res800x600,
Res1600x1200,
}
Expand description
Possible color resolutions.
Variants§
Trait Implementations§
Source§impl PartialEq for ColorResolution
impl PartialEq for ColorResolution
impl StructuralPartialEq for ColorResolution
Auto Trait Implementations§
impl Freeze for ColorResolution
impl RefUnwindSafe for ColorResolution
impl Send for ColorResolution
impl Sync for ColorResolution
impl Unpin for ColorResolution
impl UnwindSafe for ColorResolution
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