Docs.rs
embassy-hal-internal-0.2.0
embassy-hal-internal 0.2.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Dirbaio
github:embassy-rs:crates-io
Dependencies
cortex-m ^0.7.6
normal
optional
critical-section ^1
normal
optional
defmt ^0.3
normal
optional
log ^0.4.14
normal
optional
num-traits ^0.2.14
normal
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embassy_
hal_
internal
0.2.0
Module drop
Module Items
Structs
In crate embassy_
hal_
internal
embassy_hal_internal
Module
drop
Copy item path
Source
Expand description
Types for controlling when drop is invoked.
Structs
ยง
Drop
Bomb
An explosive ordinance that panics if it is improperly disposed of.
OnDrop
A type to delay the drop handler invocation.