pub enum ResolutionClass {
Sd,
Hd,
FullHd,
QuadHd,
UltraHd4k,
UltraHd8k,
Custom,
}Variants§
Trait Implementations§
Source§impl Clone for ResolutionClass
impl Clone for ResolutionClass
Source§fn clone(&self) -> ResolutionClass
fn clone(&self) -> ResolutionClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolutionClass
impl Debug for ResolutionClass
Source§impl PartialEq for ResolutionClass
impl PartialEq for ResolutionClass
Source§fn eq(&self, other: &ResolutionClass) -> bool
fn eq(&self, other: &ResolutionClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ResolutionClass
impl Eq for ResolutionClass
impl StructuralPartialEq for ResolutionClass
Auto Trait Implementations§
impl Freeze for ResolutionClass
impl RefUnwindSafe for ResolutionClass
impl Send for ResolutionClass
impl Sync for ResolutionClass
impl Unpin for ResolutionClass
impl UnsafeUnpin for ResolutionClass
impl UnwindSafe for ResolutionClass
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