Struct egli::Version [] [src]

pub struct Version {
    pub major: i32,
    pub minor: i32,
}

[EGL 1.0] EGL version.

Fields

Trait Implementations

impl Copy for Version
[src]

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Version
[src]

Formats the value using the given formatter.

impl Display for Version
[src]

Formats the value using the given formatter. Read more