glutin
0.29.1
Formattable
Required Associated Constants
FORMAT
Implementations on Foreign Types
i16
i64
i8
u16
u64
u8
Object Safety
Implementors
In glutin::platform::unix::x11::util
?
Trait
glutin
::
platform
::
unix
::
x11
::
util
::
Formattable
source
·
[
−
]
pub trait Formattable:
Debug
+
Clone
+
Copy
+
PartialEq
+
PartialOrd
{ const
FORMAT
:
Format
; }
Required Associated Constants
§
source
const
FORMAT
:
Format
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Formattable
for
i8
source
§
const
FORMAT
:
Format
= Format::Char
source
§
impl
Formattable
for
i16
source
§
const
FORMAT
:
Format
= Format::Short
source
§
impl
Formattable
for
i64
source
§
const
FORMAT
:
Format
= Format::Long
source
§
impl
Formattable
for
u8
source
§
const
FORMAT
:
Format
= Format::Char
source
§
impl
Formattable
for
u16
source
§
const
FORMAT
:
Format
= Format::Short
source
§
impl
Formattable
for
u64
source
§
const
FORMAT
:
Format
= Format::Long
Implementors
§