☰
pancake_engine_ssi
0.1.0
Module send_ptr
Structs
In pancake_engine_ssi::ds_n_a
?
Module
pancake_engine_ssi
::
ds_n_a
::
send_ptr
source
·
[
−
]
Structs
NonNullSendPtr
A newtype of
NonNull
that’s
unsafe
ly marked as
Send
and
Sync
. Use at your own discretion.
SendPtr
A newtype of
*const T
that’s
unsafe
ly marked as
Send
and
Sync
. Use at your own discretion.