Docs.rs
kwap-msg-0.1.2
kwap-msg 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cakekindel
Dependencies
tinyvec ^1.5
normal
arrayvec ^0.7
dev
coap-lite ^0.7
dev
criterion ^0.3
dev
heapless ^0.7
dev
itertools ^0.10
dev
Versions
91.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 GetSize
Required Methods
get_size
Implementors
Other items in
kwap_msg
?
Trait
kwap_msg
::
GetSize
[
−
]
[src]
pub trait GetSize { fn
get_size
(&self) ->
usize
; }
Required methods
[src]
fn
get_size
(&self) ->
usize
Implementors
[src]
impl
GetSize
for kwap_msg::alloc::
Message
[src]
impl
GetSize
for kwap_msg::alloc::
Opt
[src]
impl<const OPT_CAP:
usize
>
GetSize
for kwap_msg::no_alloc::
Opt
<OPT_CAP>
[src]
impl<const PAYLOAD_CAP:
usize
, const N_OPTS:
usize
, const OPT_CAP:
usize
>
GetSize
for kwap_msg::no_alloc::
Message
<PAYLOAD_CAP, N_OPTS, OPT_CAP>