Docs.rs
  • makepad-draw-0.4.0
    • makepad-draw 0.4.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • makepaddev
    • Dependencies
      • makepad-platform ^0.4.0 normal
      • makepad-vector ^0.4.0 normal
      • rustybuzz ^0.8.0 normal
      • unicode-bidi ^0.3 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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
logo
logo

LiveApplyValue

Required Methods

  • apply_value

Implementors

In makepad_draw::shader::std

?
Change settings

Trait makepad_draw::shader::std::LiveApplyValue

source ·
pub trait LiveApplyValue {
    // Required method
    fn apply_value(
        &mut self,
        cx: &mut Cx,
        from: ApplyFrom,
        index: usize,
        nodes: &[LiveNode]
    ) -> usize;
}

Required Methods§

source

fn apply_value( &mut self, cx: &mut Cx, from: ApplyFrom, index: usize, nodes: &[LiveNode] ) -> usize

Implementors§

source§

impl LiveApplyValue for Font

source§

impl LiveApplyValue for GeometryQuad2D

source§

impl LiveApplyValue for Margin

source§

impl LiveApplyValue for Align

source§

impl LiveApplyValue for Layout

source§

impl LiveApplyValue for Padding

source§

impl LiveApplyValue for Walk

source§

impl LiveApplyValue for DrawColor

source§

impl LiveApplyValue for DrawIcon

source§

impl LiveApplyValue for DrawQuad

source§

impl LiveApplyValue for DrawText

source§

impl LiveApplyValue for TextStyle

source§

impl LiveApplyValue for DrawTrapezoidVector