Struct dummy_rustwlc::types::Size [] [src]

pub struct Size {
    pub w: u32,
    pub h: u32,
}

Represents the height and width of a view.

Fields

Width

Height

Trait Implementations

impl Debug for Size
[src]

Formats the value using the given formatter.

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Size
[src]

impl PartialEq for Size
[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 Size
[src]

impl Hash for Size
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Display for Size
[src]

Formats the value using the given formatter.