Docs.rs
platform-num-0.1.0-aplha.0
platform-num 0.1.0-aplha.0
Docs.rs crate page
LGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
uselessgoddess
konard
Dependencies
num-traits ^0.2.14
normal
Versions
0%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ToSigned
Associated Types
Type
Required Methods
to_signed
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In platform_num
?
Trait
platform_num
::
ToSigned
source
·
[
−
]
pub trait ToSigned { type
Type
:
Num
+
Signed
; fn
to_signed
(&self) -> Self::
Type
; }
Associated Types
source
type
Type
:
Num
+
Signed
Required methods
source
fn
to_signed
(&self) -> Self::
Type
Implementations on Foreign Types
source
impl
ToSigned
for
i8
type
Type
=
i8
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
u8
type
Type
=
i8
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
i16
type
Type
=
i16
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
u16
type
Type
=
i16
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
i32
type
Type
=
i32
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
u32
type
Type
=
i32
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
i64
type
Type
=
i64
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
u64
type
Type
=
i64
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
i128
type
Type
=
i128
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
u128
type
Type
=
i128
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
isize
type
Type
=
isize
source
fn
to_signed
(&self) -> Self::
Type
source
impl
ToSigned
for
usize
type
Type
=
isize
source
fn
to_signed
(&self) -> Self::
Type
Implementors