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
Action
Cast
Ref
Required Methods
cast_ref
Implementations on Foreign Types
Option<Arc<dyn ActionTrait>>
Implementors
In makepad_
draw::
shader::
std
makepad_draw
::
shader
::
std
Trait
ActionCastRef
Copy item path
Source
pub trait ActionCastRef<T> { // Required method fn
cast_ref
(&self) ->
&T
; }
Required Methods
§
Source
fn
cast_ref
(&self) ->
&T
Implementations on Foreign Types
§
Source
§
impl<T>
ActionCastRef
<T> for
Option
<
Arc
<dyn
ActionTrait
>>
where T:
ActionTrait
+
ActionDefaultRef
,
Source
§
fn
cast_ref
(&self) ->
&T
Implementors
§
Source
§
impl<T>
ActionCastRef
<T> for
Box
<dyn
ActionTrait
>
where T:
ActionTrait
+
ActionDefaultRef
,