Trait rhyoea_common::ffi::carray::CArray[][src]

pub trait CArray<T> {
    unsafe fn c_array<L: Fn(*const *const T, usize)>(&self, lambda: L);
}

C array for FFI

Required methods

unsafe fn c_array<L: Fn(*const *const T, usize)>(&self, lambda: L)[src]

Pass the c array into the lambda

Safety

The array pointer must be valid.

Loading content...

Implementations on Foreign Types

impl<T> CArray<i8> for Vec<T> where
    T: VulkanProperty
[src]

Loading content...

Implementors

Loading content...