pub trait CompareLayerTraitConst: LayerTraitConst {
    fn as_raw_CompareLayer(&self) -> *const c_void;
}

Required methods

Implementors