Docs.rs
nc-renderer-0.1.1
nc-renderer 0.1.1
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
eloraiby
Dependencies
rs-ctypes ^0.1.1
normal
rs-math3d ^0.9.15
normal
gl_generator ^0.14.0
build
Versions
4.94%
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
☰
Trait Payload
Required Methods
ptr
size
Implementations on Foreign Types
&[T]
Vec<T>
Implementors
Other items in
nc_renderer
::
common
?
Trait
nc_renderer
::
common
::
Payload
[
−
]
[src]
pub trait Payload { fn
ptr
(&self) ->
*const
u8
;
fn
size
(&self) ->
usize
; }
Expand description
Buffers
Required methods
[src]
fn
ptr
(&self) ->
*const
u8
[src]
fn
size
(&self) ->
usize
Implementations on Foreign Types
[src]
impl<T>
Payload
for
Vec
<T>
[src]
fn
ptr
(&self) ->
*const
u8
[src]
fn
size
(&self) ->
usize
[src]
impl<T>
Payload
for
&[T]
[src]
fn
ptr
(&self) ->
*const
u8
[src]
fn
size
(&self) ->
usize
Implementors