Docs.rs
amf-rs-0.1.0
amf-rs 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
F2077
Dependencies
indexmap ^2.10.0
normal
criterion ^0.4
dev
itertools ^0.10.5
dev
once_cell ^1.21.3
dev
regex ^1.11.1
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
MarshallLength
amf_rs
0.1.0
Marshall
Length
Required Methods
marshall_length
Implementors
In amf_
rs::
traits
amf_rs
::
traits
Trait
Marshall
Length
Copy item path
Source
pub trait MarshallLength { // Required method fn
marshall_length
(&self) ->
usize
; }
Required Methods
§
Source
fn
marshall_length
(&self) ->
usize
Implementors
§
Source
§
impl
MarshallLength
for
Amf0TypedValue
Source
§
impl
MarshallLength
for
BooleanType
Source
§
impl
MarshallLength
for
NumberType
Source
§
impl
MarshallLength
for
ObjectEndType
Source
§
impl
MarshallLength
for
UnsupportedType
Source
§
impl<M:
MarkerType
>
MarshallLength
for M
Source
§
impl<const LBW:
usize
>
MarshallLength
for
AmfUtf8
<LBW>
Source
§
impl<const LBW:
usize
, const TM:
u8
>
MarshallLength
for
NestedType
<LBW, TM>
Source
§
impl<const LBW:
usize
, const TM:
u8
>
MarshallLength
for
AmfUtf8ValuedType
<LBW, TM>