Docs.rs
alloc-stdlib-0.2.1
alloc-stdlib 0.2.1
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
danielrh
Dependencies
alloc-no-stdlib ~2.0
normal
Versions
0%
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
☰
SliceWrapper
Required Methods
slice
Provided Methods
len
Implementors
In alloc_stdlib
?
Trait
alloc_stdlib
::
SliceWrapper
source
·
[
−
]
pub trait SliceWrapper<T> { fn
slice
(&self) -> &
[T]
ⓘ
; fn
len
(&self) ->
usize
{ ... } }
Required Methods
source
fn
slice
(&self) -> &
[T]
ⓘ
Provided Methods
source
fn
len
(&self) ->
usize
Implementors
source
impl<'a, T>
SliceWrapper
<T> for
AllocatedStackMemory
<'a, T>
where
T: 'a,
source
impl<'a, T: 'a>
SliceWrapper
<&'a mut
[T]
> for
HeapPrealloc
<'a, T>
source
impl<T>
SliceWrapper
<T> for
WrapBox
<T>