Docs.rs
makepad-platform-1.0.0
makepad-platform 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
bitflags ^2
normal
makepad-futures ^1.0.0
normal
makepad-http ^1.0.0
normal
makepad-shader-compiler ^1.0.0
normal
smallvec ^1.11.2
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
hilog-sys ^0.1.1
normal
napi-derive-ohos ^0.0.9
normal
napi-ohos ^0.1.3
normal
ohos-sys ^0.2.1
normal
makepad-android-state ^0.1.0
normal
makepad-jni-sys ^0.4.0
normal
makepad-futures-legacy ^1.0.0
normal
windows ^0.56
normal
windows-core ^0.56
normal
windows-targets ^0.48.3
normal
makepad-wasm-bridge ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
makepad-objc-sys ^1.0.0
normal
Versions
3.22%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ActionCastRef
makepad_
platform
1.0.0
Action
Cast
Ref
Required Methods
cast_ref
Implementations on Foreign Types
Box<dyn ActionTrait>
Option<Arc<dyn ActionTrait>>
Implementors
In makepad_
platform::
action
makepad_platform
::
action
Trait
Action
Cast
Ref
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:
ActionTrait
+
ActionDefaultRef
>
ActionCastRef
<T> for
Option
<
Arc
<dyn
ActionTrait
>>
Source
§
fn
cast_ref
(&self) ->
&T
Source
§
impl<T:
ActionTrait
+
ActionDefaultRef
>
ActionCastRef
<T> for
Box
<dyn
ActionTrait
>
Source
§
fn
cast_ref
(&self) ->
&T
Implementors
§