Home
last modified time | relevance | path

Searched refs:elem_restriction_ptr (Results 1 – 1 of 1) sorted by relevance

/libCEED/rust/libceed/src/
H A Doperator.rs46 let mut elem_restriction_ptr = std::ptr::null_mut(); in from_raw() localVariable
49 &mut elem_restriction_ptr, in from_raw()
51 crate::ElemRestriction::from_raw(elem_restriction_ptr)? in from_raw()