Docs.rs
void-app-api-0.0.10
void-app-api 0.0.10
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
vi013t
Dependencies
egui ^0.27.2
normal
Versions
2.9%
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
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
void_
app_
api
0.0.10
Unit
Required Methods
percent
pixels
Implementors
In crate void_
app_
api
void_app_api
Trait
Unit
Copy item path
Source
pub trait Unit { // Required methods fn
percent
(&self) ->
Length
;
fn
pixels
(&self) ->
Length
; }
Required Methods
§
Source
fn
percent
(&self) ->
Length
Source
fn
pixels
(&self) ->
Length
Implementors
§
Source
§
impl<T:
Into
<
i32
> +
Clone
>
Unit
for T