Struct drm::Version [] [src]

pub struct Version { /* fields omitted */ }

Version information.

Methods

impl Version
[src]

Major, minor and patch number of the driver software.

Name of the driver software.

Date published of the driver software. In format: YYYYMMDD

A description of the driver.

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for Version
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more