IsEven
ttf_
parser
0.25.1
IsEven
Required Methods
is_even
is_odd
Implementations on Foreign Types
usize
Implementors
In ttf_
parser::
tables::
cff
Modules
argstack
cff1
cff2
charset
charstring
dict
encoding
index
std_names
Structs
Builder
StringId
Enums
CFFError
Traits
IsEven
Functions
calc_subroutine_bias
conv_subroutine_index
conv_subroutine_index_impl
f32_abs
ttf_parser
::
tables
::
cff
Trait
IsEven
Copy item path
Settings
Help
Summary
Source
pub trait IsEven { // Required methods fn
is_even
(&self) ->
bool
;
fn
is_odd
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_even
(&self) ->
bool
Source
fn
is_odd
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsEven
for
usize
Source
§
fn
is_even
(&self) ->
bool
Source
§
fn
is_odd
(&self) ->
bool
Implementors
§