Docs.rs
makepad-draw-1.0.0
makepad-draw 1.0.0
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
aarch64-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
AtomicGetSet
makepad_
draw
1.0.0
Atomic
GetSet
Required Methods
get
set
Implementors
In makepad_
draw::
live_
atomic
makepad_draw
::
live_atomic
Trait
Atomic
GetSet
Copy item path
Source
pub trait AtomicGetSet<T> { // Required methods fn
get
(&self) -> T;
fn
set
(&self, val: T); }
Required Methods
§
Source
fn
get
(&self) -> T
Source
fn
set
(&self, val: T)
Implementors
§
Source
§
impl
AtomicGetSet
<
bool
> for
boola
Source
§
impl
AtomicGetSet
<
f32
> for
f32a
Source
§
impl
AtomicGetSet
<
f64
> for
f64a
Source
§
impl
AtomicGetSet
<
i32
> for
i32a
Source
§
impl
AtomicGetSet
<
i64
> for
i64a
Source
§
impl
AtomicGetSet
<
u32
> for
u32a