Docs.rs
nt_hive2-4.2.0
nt_hive2 4.2.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
janstarke
Dependencies
anyhow ^1.0
normal
binread ^2.2
normal
binwrite ^0.2
normal
bitflags ^1.3
normal
byteorder ^1.4
normal
chrono ^0.4
normal
derive-getters ^0.3
normal
encoding_rs ^0.8
normal
getset ^0.1
normal
log ^0.4
normal
marvin32 ^0.1.0
normal
memoverlay >=0.1.3
normal
num-derive ^0.4
normal
num-traits ^0.2
normal
thiserror ^1.0
normal
winstructs ^0.3.0
normal
simplelog ^0.12
dev
Versions
60%
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
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
nt_hive2
4.2.0
BaseBlock
Required Methods
base_block
Implementors
In crate nt_hive2
?
Settings
Trait
nt_hive2
::
BaseBlock
Copy item path
source
·
[
−
]
pub trait BaseBlock { // Required method fn
base_block
(&self) ->
Option
<&HiveBaseBlock>; }
Required Methods
§
source
fn
base_block
(&self) ->
Option
<&HiveBaseBlock>
Implementors
§
source
§
impl<B, C>
BaseBlock
for
HiveWithLogs
<B, C>
where B:
BinReaderExt
, C:
ContainsHive
<B>,
source
§
impl<B, S>
BaseBlock
for
Hive
<B, S>
where B:
BinReaderExt
, S: HiveStatus,