Struct gfx_backend_gl::PlatformName [−][src]
A unique platform identifier that does not change between releases
Fields
vendor: StringThe company responsible for the OpenGL implementation
renderer: StringThe name of the renderer
Trait Implementations
impl Clone for PlatformName[src]
impl Clone for PlatformName[src]fn clone(&self) -> PlatformName[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for PlatformName[src]
impl Eq for PlatformName[src]impl PartialEq<PlatformName> for PlatformName[src]
impl PartialEq<PlatformName> for PlatformName[src]fn eq(&self, other: &PlatformName) -> bool[src]
fn ne(&self, other: &PlatformName) -> bool[src]
impl StructuralEq for PlatformName[src]
impl StructuralEq for PlatformName[src]impl StructuralPartialEq for PlatformName[src]
impl StructuralPartialEq for PlatformName[src]Auto Trait Implementations
impl RefUnwindSafe for PlatformName
impl RefUnwindSafe for PlatformNameimpl Send for PlatformName
impl Send for PlatformNameimpl Sync for PlatformName
impl Sync for PlatformNameimpl Unpin for PlatformName
impl Unpin for PlatformNameimpl UnwindSafe for PlatformName
impl UnwindSafe for PlatformName