Docs.rs
virtual-buffer-1.0.3
virtual-buffer 1.0.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
AustinJ235
github:vulkano-rs:publishers
marc0246
Rua
Dependencies
libc ^0.2
normal
windows-targets ^0.52
normal
Versions
100%
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
virtual_
buffer
1.0.3
Module vec
Module Items
Structs
In crate virtual_
buffer
virtual_buffer
Module
vec
Copy item path
Source
Expand description
A concurrent, in-place growable vector.
Structs
ยง
Into
Iter
An iterator that moves out of a vector.
TryReserve
Error
Error that can happen when trying to
reserve
or
commit
memory for a
Vec
.
Vec
A concurrent, in-place growable vector.