ttf_
parser
0.25.1
Index
Size
Required Methods
to_u32
Implementations on Foreign Types
u16
u32
Object Safety
Implementors
In ttf_
parser::
tables::
cff::
index
Trait
ttf_parser
::
tables
::
cff
::
index
::
IndexSize
Copy item path
source
·
[
−
]
pub trait IndexSize:
FromData
{ // Required method fn
to_u32
(self) ->
u32
; }
Required Methods
§
source
fn
to_u32
(self) ->
u32
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
IndexSize
for
u16
source
§
fn
to_u32
(self) ->
u32
source
§
impl
IndexSize
for
u32
source
§
fn
to_u32
(self) ->
u32
Implementors
§