[][src]Trait core_foundation::base::TCFTypeRef

pub trait TCFTypeRef {
    fn as_void_ptr(&self) -> *const c_void;
unsafe fn from_void_ptr(ptr: *const c_void) -> Self; }

Trait for all types which are Core Foundation reference types.

Required methods

fn as_void_ptr(&self) -> *const c_void

unsafe fn from_void_ptr(ptr: *const c_void) -> Self

Loading content...

Implementations on Foreign Types

impl<T> TCFTypeRef for *mut T[src]

impl<T> TCFTypeRef for *const T[src]

Loading content...

Implementors

Loading content...