IntoRawPtr

Trait IntoRawPtr 

Source
pub unsafe trait IntoRawPtr {
    type Pointee: 'static;

    // Required method
    unsafe fn to_ptr(&self) -> RawPtr<Self::Pointee>;
}

Required Associated Types§

Source

type Pointee: 'static

Required Methods§

Source

unsafe fn to_ptr(&self) -> RawPtr<Self::Pointee>

Implementors§