Docs.rs
pico-bytes-0.1.1
pico-bytes 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
sty00a4-code
Dependencies
Versions
0%
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
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
pico_
bytes
0.1.1
Bytes
Trait Implementations
From<ByteCode>
In crate pico_
bytes
pico_bytes
Type Alias
Bytes
Copy item path
Source
pub type Bytes = (
u8
,
u32
,
u32
,
u32
);
Trait Implementations
§
Source
§
impl
From
<
ByteCode
> for
Bytes
Source
§
fn
from
(value:
ByteCode
) -> Self
Converts to this type from the input type.