Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance
20 c_str: *const c_char, field26 let c_str = s.as_ptr() as *const c_char; in from() localVariable
28 let c_str: &CStr = unsafe { CStr::from_ptr(ptr) }; in convert_to_string() localVariable