☰
IntoRawPtr
Required Methods
into_raw
Implementations on Foreign Types
&'a T
Arc<T>
Box<T>
Implementors
In atom
?
Trait
atom
::
IntoRawPtr
source
·
[
−
]
pub trait IntoRawPtr { fn
into_raw
(self) ->
*mut
()
; }
Expand description
Convert from into a raw pointer
Required Methods
source
fn
into_raw
(self) ->
*mut
()
Implementations on Foreign Types
source
impl<T>
IntoRawPtr
for
Box
<T>
source
fn
into_raw
(self) ->
*mut
()
source
impl<T>
IntoRawPtr
for
Arc
<T>
source
fn
into_raw
(self) ->
*mut
()
source
impl<'a, T>
IntoRawPtr
for
&'a
T
source
fn
into_raw
(self) ->
*mut
()
Implementors