Docs.rs
uconsole-sleep-0.1.7
uconsole-sleep 0.1.7
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
lazywalker
Dependencies
env_logger ^0.11
normal
libc ^0.2
normal
log ^0.4
normal
nix ^0.30
normal
Versions
43.24%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
find_framebuffer
uconsole_
sleep
0.1.7
find_
framebuffer
Sections
Returns
In uconsole_
sleep::
hardware::
framebuffer
uconsole_sleep
::
hardware
::
framebuffer
Function
find_
framebuffer
Copy item path
Source
pub fn find_framebuffer() ->
Result
<
Option
<
PathBuf
>,
Error
>
Expand description
Find framebuffer device
ยง
Returns
Ok(Some(PathBuf)) if framebuffer found
Ok(None) if not found
Err(Error) if error occurred