Struct gfx_device_gl::PlatformName [] [src]

pub struct PlatformName {
    pub vendor: &'static str,
    pub renderer: &'static str,
}

A unique platform identifier that does not change between releases

Fields

The company responsible for the OpenGL implementation

The name of the renderer

Trait Implementations

impl Copy for PlatformName
[src]

impl Clone for PlatformName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for PlatformName
[src]

impl PartialEq for PlatformName
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for PlatformName
[src]

[src]

Formats the value using the given formatter.