Docs.rs
bones_ecs-0.4.0
bones_ecs 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
zicklag
Dependencies
anyhow ^1.0
normal
atomicell ^0.2
normal
bitset-core ^0.1
normal
bones_ecs_macros ^0.4.0
normal
optional
bones_schema ^0.4.0
normal
bones_utils ^0.4.0
normal
glam ^0.24
normal
optional
once_map ^0.4.12
normal
paste ^1.0
normal
optional
serde ^1
normal
optional
thiserror ^1.0
normal
glam ^0.24
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
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
try_borrow_mut
bones_
ecs
0.4.0
In bones_
ecs::
atomic::
borrow
bones_ecs
::
atomic
::
borrow
Function
try_
borrow_
mut
Copy item path
Source
pub fn try_borrow_mut(lock: &
AtomicIsize
) ->
bool
Expand description
Attempts to borrow specified lock mutably.