Struct touptek::Resolution [] [src]

#[repr(C)]
pub struct Resolution { pub width: u32, pub height: u32, }

Fields

Trait Implementations

impl Copy for Resolution
[src]

impl Clone for Resolution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Resolution
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Resolution
[src]

impl Debug for Resolution
[src]

Formats the value using the given formatter.