aws_lc_rs::ptr

Trait IntoPointer

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

Implementors§