hax_lib
0.3.2
ToInt
Required Methods
to_int
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In hax_
lib::
int
hax_lib
::
int
Trait
ToInt
Copy item path
Source
pub trait ToInt { // Required method fn
to_int
(self) ->
Int
; }
Required Methods
§
Source
fn
to_int
(self) ->
Int
Implementations on Foreign Types
§
Source
§
impl
ToInt
for
i8
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
i16
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
i32
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
i64
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
i128
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
isize
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
u8
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
u16
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
u32
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
u64
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
u128
Source
§
fn
to_int
(self) ->
Int
Source
§
impl
ToInt
for
usize
Source
§
fn
to_int
(self) ->
Int
Implementors
§