pyo3
0.23.1
Wrapping
Cast
To
Required Methods
wrapping_cast
Implementations on Foreign Types
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Implementors
In pyo3::
impl_
::
callback
pyo3
::
impl_
::
callback
Trait
WrappingCastTo
Copy item path
Source
pub trait WrappingCastTo<T> { // Required method fn
wrapping_cast
(self) -> T; }
Required Methods
§
Source
fn
wrapping_cast
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
WrappingCastTo
<
isize
> for
i8
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
i16
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
i32
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
i64
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
isize
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
u8
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
u16
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
u32
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
u64
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Source
§
impl
WrappingCastTo
<
isize
> for
usize
Source
§
fn
wrapping_cast
(self) ->
Py_hash_t
Implementors
§
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here