Docs.rs
gpt-parser-0.0.6
gpt-parser 0.0.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aruiz
Dependencies
crc ^3.0
normal
base64 ^0.13
dev
flate2 ^1.0
dev
Versions
50%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
LBAIndex
Required Methods
index
Implementors
In gpt_parser
?
Trait
gpt_parser
::
LBAIndex
source
·
[
−
]
pub trait LBAIndex { // Required method fn
index
<'a>(&'a self, slice:
Range
<
usize
>) -> &'a [
u8
]
ⓘ
; }
Required Methods
§
source
fn
index
<'a>(&'a self, slice:
Range
<
usize
>) -> &'a [
u8
]
ⓘ
Implementors
§
source
§
impl
LBAIndex
for
LBA4K
source
§
impl
LBAIndex
for
LBA512