Docs.rs
maikor-vm-file-0.1.11
maikor-vm-file 0.1.11
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
emmabritton
Dependencies
maikor-platform ^0.1.29
normal
serde ^1.0.137
normal
serde_json ^1.0.81
normal
thiserror ^1.0.31
normal
Versions
15.38%
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
maikor_
vm_
file
0.1.11
Writeable
Required Methods
as_bytes
Implementors
In maikor_
vm_
file::
read_
write_
impl
maikor_vm_file
::
read_write_impl
Trait
Writeable
Copy item path
Source
pub trait Writeable { // Required method fn
as_bytes
(&self) ->
Result
<
Vec
<
u8
>,
GameFileError
>; }
Required Methods
§
Source
fn
as_bytes
(&self) ->
Result
<
Vec
<
u8
>,
GameFileError
>
Implementors
§
Source
§
impl
Writeable
for
AtlasFile
Source
§
impl
Writeable
for
Palette
Source
§
impl
Writeable
for
GameFile
Source
§
impl
Writeable
for
GameFileHeader