aws_
lc_
rs
1.13.3
Into
Pointer
Required Methods
into_pointer
Implementations on Foreign Types
*mut T
Implementors
In aws_
lc_
rs::
ptr
aws_lc_rs
::
ptr
Trait
IntoPointer
Copy item path
Source
pub(crate) trait IntoPointer<P> { // Required method fn
into_pointer
(self) ->
Option
<P>; }
Required Methods
§
Source
fn
into_pointer
(self) ->
Option
<P>
Implementations on Foreign Types
§
Source
§
impl<T>
IntoPointer
<
*mut T
> for
*mut T
Source
§
fn
into_pointer
(self) ->
Option
<
*mut T
>
Implementors
§