Struct glfw::DebugAliases [−][src]
pub struct DebugAliases<T>(pub T);
Formats the type using aliases rather than the default variant names.
Example
ⓘ
assert_eq(format!("{}", glfw::MouseButtonLeft), "MouseButton1"); assert_eq(format!("{}", glfw::DebugAliases(glfw::MouseButtonLeft)), "MouseButtonLeft");
Trait Implementations
impl Debug for DebugAliases<MouseButton>
[src]
impl Debug for DebugAliases<MouseButton>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for DebugAliases<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for DebugAliases<T> where
T: Send,
T: Send,
impl<T> Sync for DebugAliases<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DebugAliases<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for DebugAliases<T> where
T: UnwindSafe,
T: UnwindSafe,