Docs.rs
bp7-0.10.7
bp7 0.10.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
gh0st42
Dependencies
bitflags ^2.6.0
normal
crc ^3.3.0
normal
hmac ^0.12.1
normal
optional
humantime ^2.2.0
normal
serde ^1.0.219
normal
serde_bytes ^0.11.17
normal
serde_cbor ^0.11.2
normal
serde_json ^1.0.140
normal
sha2 ^0.10.9
normal
optional
thiserror ^2.0.12
normal
criterion ^0.5.1
dev
test-case ^3.3.1
dev
instant ^0.1.13
normal
optional
nanorand ^0.7.0
normal
instant ^0.1.13
normal
optional
nanorand ^0.7.0
normal
stdweb ^0.4.20
normal
Versions
35.28%
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
BundleControlFlagsType
bp7
0.10.7
Bundle
Control
Flags
Type
Trait Implementations
BundleValidation
In bp7::
flags
bp7
::
flags
Type Alias
Bundle
Control
Flags
Type
Copy item path
Source
pub type BundleControlFlagsType =
u64
;
Trait Implementations
§
Source
§
impl
BundleValidation
for
BundleControlFlagsType
Source
§
fn
flags
(&self) ->
BundleControlFlags
Source
§
fn
set
(&mut self, flags:
BundleControlFlags
)
where Self:
Sized
,
Source
§
fn
contains
(&self, flags:
BundleControlFlags
) ->
bool
where Self:
Sized
,
Source
§
fn
validate
(&self) ->
Result
<
()
,
ErrorList
>
where Self:
Sized
,