Docs.rs
composable-allocators-0.2.6
composable-allocators 0.2.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
A1-Triard
Dependencies
libc ^0.2.126
normal
winapi ^0.3.9
normal
Versions
17.78%
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
☰
ConstDefault
Required Methods
default_const
Implementors
In composable_allocators
?
Trait
composable_allocators
::
ConstDefault
source
·
[
−
]
pub trait ConstDefault { // Required method fn
default_const
() -> Self; }
Required Methods
§
source
fn
default_const
() -> Self
Implementors
§
source
§
impl
ConstDefault
for
NoLimit
source
§
impl
ConstDefault
for
Global
source
§
impl
ConstDefault
for
NonWorking
source
§
impl
ConstDefault
for
System
source
§
impl<A:
NonUnwinding
+
ConstDefault
>
ConstDefault
for
AsGlobal
<A>
source
§
impl<const BUF_LEN:
usize
>
ConstDefault
for composable_allocators::stacked::
CtParams
<BUF_LEN>
source
§
impl<const LAYOUT_SIZE:
usize
, const LAYOUT_ALIGN:
usize
>
ConstDefault
for composable_allocators::limited_up_to::
CtParams
<LAYOUT_SIZE, LAYOUT_ALIGN>
source
§
impl<const LAYOUT_SIZE:
usize
, const LAYOUT_ALIGN:
usize
, const TOLERANCE_SIZE:
usize
, const TOLERANCE_ALIGN:
usize
, Limit:
LimitParam
+
ConstDefault
>
ConstDefault
for composable_allocators::freelist::
CtParams
<LAYOUT_SIZE, LAYOUT_ALIGN, TOLERANCE_SIZE, TOLERANCE_ALIGN, Limit>
source
§
impl<const LIMIT:
usize
>
ConstDefault
for
FixedCtLimit
<LIMIT>