Docs.rs
helenos-ui-0.1.2
helenos-ui 0.1.2
Permalink
Docs.rs crate page
MIT
01 June 2026
Links
Repository
crates.io
Source
Owners
mvolfik
Dependencies
libc ^0.2
normal
bindgen ^0.71.1
build
cc ^1.2
build
serde_json ^1.0.140
build
Versions
16.67%
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
Skip to main content
pointer_init
helenos_
ui
0.1.2
In helenos_
ui::
util
helenos_ui
::
util
Function
pointer_
init
Copy item path
Source
pub fn pointer_init<T, E:
IntoError
, F:
FnOnce
(
*mut T
) -> E>( fun: F, ) ->
Result
<T, E::
Error
>