Docs.rs
scsys-traits-0.2.6
scsys-traits 0.2.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
num-traits ^0.2
normal
Versions
26.28%
of the crate is documented
Go to latest version
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
scsys_
traits
0.2.6
Module wrapper
Module Items
Traits
In crate scsys_
traits
scsys_traits
Module
wrapper
Copy item path
Source
Traits
§
Into
Inner
IntoInner
is typically used for basic structures that wrap a single value.
Mapper
RawWrapper
A
RawWrapper
is the base trait defining all so-called “wrapper” types.
Wrapper
The
Wrapper
trait is used to establish a common interface for all simplemented structures that “wrap” a single value. Essentially, any type capable of implementing
#[repr(transparent)]
can be considered a wrapper.
Wrapper
Ext
WrapperExt
is an automatically implemented trait extending the
Wrapper
trait with additional