pub trait RapidConst: TrackerConst {
    fn as_raw_Rapid(&self) -> *const c_void;
}
Expand description

wrapper around @ref rapid function for uniform access

Required Methods

Implementors