Docs.rs
loca-0.7.4
loca 0.7.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
strake
Dependencies
ptr ^0.2.1
normal
Versions
79.07%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
loca
0.7.4
All Items
Crate Items
Structs
Enums
Traits
Crate
loca
Copy item path
Source
Structs
§
Cannot
Realloc
InPlace
The
CannotReallocInPlace
error is used when
grow_in_place
or
shrink_in_place
were unable to reuse the given memory block for a requested layout.
Excess
Represents the combination of a starting address and a total capacity of the returned block.
Layout
Layout of a block of memory.
Null
Allocator
Enums
§
Alloc
Err
The
AllocErr
error specifies whether an allocation failure is specifically due to resource exhaustion or if it is due to something wrong when combining the given input arguments with this allocator.
Traits
§
Alloc
An implementation of
Alloc
can allocate, reallocate, and deallocate arbitrary blocks of data described via
Layout
.