Home
last modified time | relevance | path

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

/libCEED/rust/libceed/src/
H A Dvector.rs229 let format_c: *const c_char = format.into_raw(); in fmt() localVariable
232 bind_ceed::CeedVectorView(self.ptr, format_c, file); in fmt()