Into
Pointer
aws_
lc_
rs
1.13.0
Into
Pointer
Required Methods
into_pointer
Implementations on Foreign Types
*mut T
Implementors
In aws_
lc_
rs::
ptr
Macros
create_pointer
Structs
ConstPointer
DetachablePointer
ManagedPointer
MutPointer
Traits
IntoPointer
Pointer
Type Aliases
DetachableLcPtr
LcPtr
aws_lc_rs
::
ptr
Trait
IntoPointer
Copy item path
Settings
Help
Summary
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
§