Trait core_foundation::array::FromVoid [] [src]

pub unsafe trait FromVoid {
    unsafe fn from_void(x: *const c_void) -> Self;
}

A trait describing how to convert from the stored *const c_void to the desired T

Required Methods

Implementations on Foreign Types

impl FromVoid for u32
[src]

[src]

impl FromVoid for *const c_void
[src]

Implementors