Docs.rs
sftool-lib-0.1.18
sftool-lib 0.1.18
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
HalfSweet
Dependencies
bitfield ^0.19.0
normal
clap ^4.2.1
normal
optional
crc ^3.2.1
normal
goblin ^0.9.3
normal
ihex ^3.0
normal
indicatif ^0.17.11
normal
memmap2 ^0.9.5
normal
phf ^0.11
normal
probe-rs ^0.27.0
normal
rust-embed ^8.6.0
normal
serialport ^4.7.0
normal
strum ^0.27.1
normal
tempfile ^3.17.1
normal
thiserror ^1.0
normal
tracing ^0.1.41
normal
Versions
29.73%
of the crate is documented
Platform
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
SpeedTrait
sftool_
lib
0.1.18
Speed
Trait
Required Methods
set_speed
Implementors
In sftool_
lib::
speed
sftool_lib
::
speed
Trait
Speed
Trait
Copy item path
Source
pub trait SpeedTrait { // Required method fn
set_speed
(&mut self, speed:
u32
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
set_speed
(&mut self, speed:
u32
) ->
Result
<
()
>
Implementors
§
Source
§
impl
SpeedTrait
for
SF32LB52Tool
Source
§
impl
SpeedTrait
for
SF32LB55Tool
Source
§
impl
SpeedTrait
for
SF32LB56Tool
Source
§
impl
SpeedTrait
for
SF32LB58Tool