try_into_from_memory_ptr

Function try_into_from_memory_ptr 

Source
pub(crate) unsafe fn try_into_from_memory_ptr<T: 'static>(
    mem_ptr: *mut GstMemory,
) -> Result<T, MemoryIntoInnerError>