Docs.rs
makepad-widgets-1.0.0
makepad-widgets 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
makepad-derive-widget ^1.0.0
normal
makepad-draw ^1.0.0
normal
makepad-fonts-chinese-bold ^1.0.1
normal
makepad-fonts-chinese-bold-2 ^1.0.1
normal
makepad-fonts-chinese-regular ^1.0.1
normal
makepad-fonts-chinese-regular-2 ^1.0.1
normal
makepad-fonts-emoji ^1.0.0
normal
makepad-html ^1.0.0
normal
makepad-zune-jpeg ^0.3.17
normal
makepad-zune-png ^0.4.10
normal
pulldown-cmark ^0.12.2
normal
unicode-segmentation ^1.11.0
normal
Versions
5.92%
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_
widgets
1.0.0
Action
Cast
Ref
Required Methods
cast_ref
Implementations on Foreign Types
Option<Arc<dyn ActionTrait>>
Implementors
In crate makepad_
widgets
makepad_widgets
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
,