Docs.rs
a8mini-camera-rs-0.1.2
a8mini-camera-rs 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PART-Github
Dependencies
bincode ^1.3
normal
bytes ^1
normal
reqwest ^0.12.9
normal
serde ^1.0.215
normal
tokio ^1
normal
Versions
11.36%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
a8mini_
camera_
rs
0.1.2
Command
Required Methods
to_bytes
Implementors
In a8mini_
camera_
rs::
control
a8mini_camera_rs
::
control
Trait
Command
Copy item path
Source
pub trait Command { // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Expand description
Trait for camera commands
Required Methods
§
Source
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl
Command
for
A8MiniComplexCommand
Source
§
impl
Command
for
A8MiniSimpleCommand