1 2 3 4 5 6 7 8
/// CvFLAGS - macro function #[inline] #[allow(unsafe_op_in_unsafe_fn)] pub unsafe fn CvFLAGS(sv: *const SV) -> cv_flags_t { unsafe { (*((*sv).sv_any as *mut XPVCV)).xcv_flags } }