Docs.rs
bits-io-0.6.4
bits-io 0.6.4
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
crates.io
Source
Owners
bbaldino
Dependencies
bitvec ^1.0.1
normal
bytes ^1.10.1
normal
funty ^2.0.0
normal
nsw-types ^0.1.13
normal
divan ^0.1.21
dev
Versions
36.4%
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
bits_io
0.6.4
Borrow
Bits
Required Methods
borrow_bits
Implementations on Foreign Types
&BitSlice<u8, Msb0>
&[u8]
&mut BitSlice<u8, Msb0>
&mut [u8]
BitVec<u8, Msb0>
Vec<u8>
Implementors
In bits_
io::
io::
borrow_
bits
bits_io
::
io
::
borrow_bits
Trait
BorrowBits
Copy item path
Source
pub trait BorrowBits { // Required method fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
; }
Required Methods
§
Source
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
BorrowBits
for &
BitSlice
<
u8
,
Msb0
>
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Source
§
impl
BorrowBits
for &[
u8
]
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Source
§
impl
BorrowBits
for &mut
BitSlice
<
u8
,
Msb0
>
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Source
§
impl
BorrowBits
for &mut [
u8
]
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Source
§
impl
BorrowBits
for
Vec
<
u8
>
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Source
§
impl
BorrowBits
for
BitVec
<
u8
,
Msb0
>
Source
§
fn
borrow_bits
(&self) -> &
BitSlice
<
u8
,
Msb0
>
ⓘ
Implementors
§