Trait ofx::AsProperties

source ·
pub trait AsProperties {
    fn handle(&self) -> OfxPropertySetHandle;
    fn suite(&self) -> *const OfxPropertySuiteV1;
}

Required Methods

Implementors