Struct definitions::DisplayResolution
[−]
[src]
pub struct DisplayResolution {
pub width: usize,
pub height: usize,
}Fields
width: usize
height: usize
Trait Implementations
impl Debug for DisplayResolution[src]
impl Clone for DisplayResolution[src]
fn clone(&self) -> DisplayResolution
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more