aws_lc_rs::ptrType Alias DetachableLcPtr
Source pub(crate) type DetachableLcPtr<T> = DetachablePointer<*mut T>;
struct DetachableLcPtr<T> {
pointer: Option<*mut T>,
}
Implementations
Trait Implementations
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.
Executes the destructor for this type.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.