Docs.rs
makepad-draw-1.0.0
makepad-draw 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
ab_glyph_rasterizer ^0.1.8
normal
fxhash ^0.2.1
normal
makepad-html ^1.0.0
normal
makepad-platform ^1.0.0
normal
makepad-rustybuzz ^0.8.0
normal
makepad-vector ^1.0.0
normal
png ^0.17.13
normal
sdfer ^0.2.1
normal
ttf-parser ^0.25.1
normal
unicode-bidi ^0.3
normal
unicode-linebreak ^0.1.5
normal
unicode-segmentation ^1.11.0
normal
Versions
0.12%
of the crate is documented
Platform
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
makepad_
draw
1.0.0
ToLive
Value
Required Methods
to_live_value
Implementations on Foreign Types
&str
bool
f32
f64
i32
i64
u32
u64
usize
Implementors
In makepad_
draw::
shader::
std
makepad_draw
::
shader
::
std
Trait
ToLiveValue
Copy item path
Source
pub trait ToLiveValue { // Required method fn
to_live_value
(&self) ->
LiveValue
; }
Required Methods
§
Source
fn
to_live_value
(&self) ->
LiveValue
Implementations on Foreign Types
§
Source
§
impl
ToLiveValue
for &
str
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
bool
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
f32
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
f64
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
i32
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
i64
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
u32
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
u64
Source
§
fn
to_live_value
(&self) ->
LiveValue
Source
§
impl
ToLiveValue
for
usize
Source
§
fn
to_live_value
(&self) ->
LiveValue
Implementors
§
Source
§
impl
ToLiveValue
for
ArcStringMut
Source
§
impl
ToLiveValue
for
LiveValue
Source
§
impl
ToLiveValue
for
String
Source
§
impl
ToLiveValue
for
DVec2
Source
§
impl
ToLiveValue
for
LiveDependency
Source
§
impl
ToLiveValue
for
LiveId
Source
§
impl
ToLiveValue
for
LivePtr
Source
§
impl
ToLiveValue
for
Mat4
Source
§
impl
ToLiveValue
for
Vec2
Source
§
impl
ToLiveValue
for
Vec3
Source
§
impl
ToLiveValue
for
Vec4