Docs.rs
fugue-bytes-0.2.2
fugue-bytes 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
xorpse
zt-chen
yeggor
Dependencies
byteorder ^1
normal
paste ^1
normal
serde ^1
normal
ux ^0.1
normal
optional
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
BE
fugue_
bytes
0.2.2
BE
Aliased Type
Trait Implementations
Order
In crate fugue_
bytes
fugue_bytes
Type Alias
BE
Copy item path
Source
pub type BE =
BigEndian
;
Expand description
A type alias for
BigEndian
.
Aliased Type
§
pub enum BE {}
Trait Implementations
§
Source
§
impl
Order
for
BE
Source
§
const
ENDIAN
:
Endian
= Endian::Big
Source
§
const
NATIVE
:
bool
= false
Source
§
fn
read_isize
(buf: &[
u8
]) ->
isize
Source
§
fn
write_isize
(buf: &mut [
u8
], n:
isize
)
Source
§
fn
read_usize
(buf: &[
u8
]) ->
usize
Source
§
fn
write_usize
(buf: &mut [
u8
], n:
usize
)
Source
§
fn
subpiece
(destination: &mut [
u8
], source: &[
u8
], amount:
usize
)
Source
§
fn
read_i8
(buf: &[
u8
]) ->
i8
Source
§
fn
write_i8
(buf: &mut [
u8
], n:
i8
)
Source
§
fn
read_u8
(buf: &[
u8
]) ->
u8
Source
§
fn
write_u8
(buf: &mut [
u8
], n:
u8
)