Struct gfx_device_gl::PlatformName [−][src]
A unique platform identifier that does not change between releases
Fields
vendor: &'static str
The company responsible for the OpenGL implementation
renderer: &'static str
The name of the renderer
Trait Implementations
impl Clone for PlatformName
[src][+]
impl Copy for PlatformName
[src]
impl Debug for PlatformName
[src][+]
impl Eq for PlatformName
[src]
impl PartialEq<PlatformName> for PlatformName
[src][+]
impl StructuralEq for PlatformName
[src]
impl StructuralPartialEq for PlatformName
[src]
Auto Trait Implementations
impl RefUnwindSafe for PlatformName
impl Send for PlatformName
impl Sync for PlatformName
impl Unpin for PlatformName
impl UnwindSafe for PlatformName
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,