Crate valrow

Source
Expand description

§🦀 valrow 🦀

By-value borrows

GitHub Build Status Last Commit
crates.io docs.rs msrv
Changelog License

§License

Licensed under either of

at your option.

§Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Modules§

Examples
Direct3D 11, Wrapping Terrible C++, ZST Callbacks

Structs§

Valrow
A by-value borrow.
ValrowMut
A by-value mutable/exclusive borrow. Only usable for Zero Sized Types. Only useful if !Copy.

Traits§

Borrowable
A type that is borrowable by value.