Docs.rs
launchkey-sdk-0.1.5
launchkey-sdk 0.1.5
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
bornacvitanic
Dependencies
image ^0.25.5
normal
log ^0.4.27
normal
midir ^0.10.1
normal
strum ^0.27.1
normal
strum_macros ^0.27.1
normal
thiserror ^2.0.12
normal
wmidi ^4.0.10
normal
Versions
32.81%
of the crate is documented
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
launchkey_
sdk
0.1.5
Control
Function
Ext
Required Methods
equals_u8
Implementations on Foreign Types
ControlFunction
Implementors
In launchkey_
sdk::
midi::
input
launchkey_sdk
::
midi
::
input
Trait
ControlFunctionExt
Copy item path
Source
pub trait ControlFunctionExt { // Required method fn
equals_u8
(&self, value:
u8
) ->
bool
; }
Required Methods
§
Source
fn
equals_u8
(&self, value:
u8
) ->
bool
Implementations on Foreign Types
§
Source
§
impl
ControlFunctionExt
for
ControlFunction
Source
§
fn
equals_u8
(&self, value:
u8
) ->
bool
Implementors
§