Trait wdg_converter::CCP [] [src]

pub trait CCP<T> {
    fn c_ptr(&self) -> *const T;
}

Required Methods

Implementors