Docs.rs
planus-1.0.0
planus 1.0.0
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
TethysSvensson
kristoff3r
Dependencies
array-init-cursor ^0.2.0
normal
hashbrown ^0.13.2
normal
optional
rand ^0.8.5
dev
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
planus
1.0.0
Vector
Write
Implementations on Foreign Types
&'a T
String
bool
f32
f64
i16
i32
i64
str
u16
u32
u64
Object Safety
Implementors
In crate planus
planus
Trait
VectorWrite
Copy item path
source
pub trait VectorWrite<P> { }
Expand description
Trait used by generated code to write elements to vectors.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
VectorWrite
<
bool
> for
bool
source
§
impl
VectorWrite
<
f32
> for
f32
source
§
impl
VectorWrite
<
f64
> for
f64
source
§
impl
VectorWrite
<
i16
> for
i16
source
§
impl
VectorWrite
<
i32
> for
i32
source
§
impl
VectorWrite
<
i64
> for
i64
source
§
impl
VectorWrite
<
u16
> for
u16
source
§
impl
VectorWrite
<
u32
> for
u32
source
§
impl
VectorWrite
<
u64
> for
u64
source
§
impl
VectorWrite
<
Offset
<
str
>> for
str
source
§
impl
VectorWrite
<
Offset
<
str
>> for
String
source
§
impl<'a, P: Primitive, T: ?
Sized
+
VectorWrite
<P>>
VectorWrite
<P> for
&'a T
Implementors
§
source
§
impl<T: ?
Sized
>
VectorWrite
<
Offset
<T>> for
Offset
<T>