pub trait LATCHTrait: Feature2DTrait + LATCHTraitConst {
    fn as_raw_mut_LATCH(&mut self) -> *mut c_void;
}

Required Methods

Implementors