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
LE
fugue_
bytes
0.2.2
LE
Aliased Type
Trait Implementations
Order
In crate fugue_
bytes
fugue_bytes
Type Alias
LE
Copy item path
Source
pub type LE =
LittleEndian
;
Expand description
A type alias for
LittleEndian
.
Aliased Type
§
pub enum LE {}
Trait Implementations
§
Source
§
impl
Order
for
LE
Source
§
const
ENDIAN
:
Endian
= Endian::Little
Source
§
const
NATIVE
:
bool
= true
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
)