Docs.rs
monc-0.1.0
monc 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
lxhzzy06
Dependencies
byteorder ^1.4.3
normal
monk-macro ^0.1.0
normal
ritelinked ^0.3.2
normal
thiserror ^1.0.41
normal
Versions
45.24%
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
monc
0.1.0
Tag
Required Methods
tag
Implementors
In monc::
nbt
monc
::
nbt
Trait
Tag
Copy item path
Source
pub trait Tag { // Required method fn
tag
(&self) ->
u8
; }
Expand description
标签ID
Required Methods
§
Source
fn
tag
(&self) ->
u8
Implementors
§
Source
§
impl
Tag
for
Byte
Source
§
impl
Tag
for
ByteArray
Source
§
impl
Tag
for
Compound
Source
§
impl
Tag
for
Double
Source
§
impl
Tag
for
End
Source
§
impl
Tag
for
Float
Source
§
impl
Tag
for
Int
Source
§
impl
Tag
for
IntArray
Source
§
impl
Tag
for
List
Source
§
impl
Tag
for
Long
Source
§
impl
Tag
for
LongArray
Source
§
impl
Tag
for
Short
Source
§
impl
Tag
for
String