bones_lib
0.4.0
In bones_lib::ecs::atomic::borrow
Structs
AtomicBorrow
AtomicBorrowMut
Functions
check_read_refs_count
check_write_refs_count
clone_borrow
clone_borrow_mut
is_borrowed
is_reading
is_writing
new_lock
release_borrow
release_borrow_mut
try_borrow
try_borrow_mut
Type Aliases
Lock
?
Settings
Function
bones_lib
::
ecs
::
atomic
::
borrow
::
is_reading
Copy item path
[
−
]
pub fn is_reading(v:
isize
) ->
bool
Expand description
Returns true if specified lock value is borrowed immutably.